From c68703b2341f1506d43645dbd7f12544bcb43f48 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 11 Mar 2022 16:47:02 +0000 Subject: chore(deps): update actions/checkout action to v3 --- .github/workflows/audit.yml | 2 +- .github/workflows/rust.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 3a4b740..1ec1c8e 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout 🛒 - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Audit 🩺 uses: actions-rs/audit-check@v1 diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1c5f1f5..6a66d18 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout 🛒 - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Toolchain 🧰 uses: actions-rs/toolchain@v1 -- cgit v1.2.3