From 7f2349e9dc9bd322e565d5c01fe15710aa4e423e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Nov 2022 20:21:57 +0000 Subject: [PATCH 1/2] chore(deps): update swatinem/rust-cache digest to ccdddcc --- .github/workflows/audit.yml | 2 +- .github/workflows/ci.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 5b519ad3d..e37b9ea1b 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -31,7 +31,7 @@ jobs: uses: dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb with: toolchain: stable - - uses: Swatinem/rust-cache@b5ec9edd911d3bf82c74038b0a28791e0aa24d6f + - uses: Swatinem/rust-cache@ccdddcc049ade70033bdfbaaf5faacbd36db0529 - uses: actions-rs/audit-check@35b7b53b1e25b55642157ac01b4adceb5b9ebef3 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e17cd0db..de4f67b48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: - uses: taiki-e/install-action@c971aa51fbb1fb1a63dfc70b48226e9210bc36ac with: tool: nextest - - uses: Swatinem/rust-cache@b5ec9edd911d3bf82c74038b0a28791e0aa24d6f + - uses: Swatinem/rust-cache@ccdddcc049ade70033bdfbaaf5faacbd36db0529 with: key: ${{ matrix.rust }} - run: cargo hack nextest run --no-capture --each-feature --profile ci @@ -125,7 +125,7 @@ jobs: uses: dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb with: toolchain: stable - - uses: Swatinem/rust-cache@b5ec9edd911d3bf82c74038b0a28791e0aa24d6f + - uses: Swatinem/rust-cache@ccdddcc049ade70033bdfbaaf5faacbd36db0529 - name: Check documentation env: RUSTDOCFLAGS: -D warnings @@ -149,7 +149,7 @@ jobs: uses: dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb with: toolchain: stable - - uses: Swatinem/rust-cache@b5ec9edd911d3bf82c74038b0a28791e0aa24d6f + - uses: Swatinem/rust-cache@ccdddcc049ade70033bdfbaaf5faacbd36db0529 - uses: actions-rs/cargo@9e120dd99b0fbad1c065f686657e914e76bd7b72 with: command: publish From 5dc922b93245732b5b5e8a3956d9bcf87b385660 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Nov 2022 20:22:05 +0000 Subject: [PATCH 2/2] chore(deps): update actions/checkout action to v3.1.0 --- .github/workflows/scorecards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 3c71d4676..733427070 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -25,7 +25,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # v3.0.0 + uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0 with: persist-credentials: false