From 5b2e1cbe076cf3290489ffe506814e5c7269b759 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 16:01:01 +0000 Subject: [PATCH] github: bump actions/checkout from 3.4.0 to 3.5.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0. - [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/24cb9080177205b6e8c946b17badbe402adc938f...8f4b7f84864484a7bf31766abe9204da3cbe65b3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 10 +++++----- .github/workflows/codespell.yml | 2 +- .github/workflows/nix-linux.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/scorecards.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 961601a8c..d68795376 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - name: Install Rust (${{ matrix.rust_version }}) uses: dtolnay/rust-toolchain@52e69531e6f69a396bc9d1226284493a5db969ff with: @@ -46,7 +46,7 @@ jobs: name: Check protos runs-on: ubuntu-latest steps: - - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - uses: dtolnay/rust-toolchain@52e69531e6f69a396bc9d1226284493a5db969ff with: toolchain: stable @@ -60,7 +60,7 @@ jobs: name: Check formatting runs-on: ubuntu-latest steps: - - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - uses: dtolnay/rust-toolchain@52e69531e6f69a396bc9d1226284493a5db969ff with: toolchain: nightly @@ -79,7 +79,7 @@ jobs: continue-on-error: ${{ matrix.checks == 'advisories' }} steps: - - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - uses: EmbarkStudios/cargo-deny-action@8a8607bd8e2b3a514d5a40174cc7c55b229d9ba7 with: command: check ${{ matrix.checks }} @@ -90,7 +90,7 @@ jobs: checks: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - uses: dtolnay/rust-toolchain@52e69531e6f69a396bc9d1226284493a5db969ff with: toolchain: stable diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index c149fdb30..ad2d0cb84 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -13,7 +13,7 @@ jobs: name: Codespell runs-on: ubuntu-latest steps: - - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - uses: codespell-project/actions-codespell@22ff5a2e4b591290baf82d47c9feadac31c65441 with: check_filenames: true diff --git a/.github/workflows/nix-linux.yml b/.github/workflows/nix-linux.yml index 481ce36ba..31966e972 100644 --- a/.github/workflows/nix-linux.yml +++ b/.github/workflows/nix-linux.yml @@ -14,7 +14,7 @@ jobs: name: nix-build timeout-minutes: 20 steps: - - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 with: fetch-depth: 0 - uses: cachix/install-nix-action@29bd9290ef037a3ecbdafe83cbd2185e9dd0fa0a diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a093c97d..ee6c54bdb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout repository - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - name: Install packages (Ubuntu) if: matrix.os == 'ubuntu-20.04' run: | diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 010a96403..dddf707c6 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -21,7 +21,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 with: persist-credentials: false