From fd72c28d77ae43dbc686f69a4107f4332e69c9df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 01:22:54 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cargo_build_and_test.yml | 2 +- .github/workflows/supply_chain_audit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cargo_build_and_test.yml b/.github/workflows/cargo_build_and_test.yml index 8a4532d..b8c97f7 100644 --- a/.github/workflows/cargo_build_and_test.yml +++ b/.github/workflows/cargo_build_and_test.yml @@ -6,7 +6,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/cache@v3 with: path: | diff --git a/.github/workflows/supply_chain_audit.yml b/.github/workflows/supply_chain_audit.yml index 96b867d..f46e06d 100644 --- a/.github/workflows/supply_chain_audit.yml +++ b/.github/workflows/supply_chain_audit.yml @@ -14,7 +14,7 @@ jobs: continue-on-error: ${{ matrix.checks == 'advisories' }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/cache@v3 with: path: |