From bb98b1c43f51cf9ca8152b613d7c827fdc701c8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:39:10 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20=F0=9F=91=B7=20Gi?= =?UTF-8?q?tHub=20Action=20actions/cache=20to=201bd1e32?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/coverage.yml | 2 +- .github/workflows/pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8bdb4bc..66ae13a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -35,7 +35,7 @@ jobs: fi echo "SCCACHE_DIR=${path}" >> "${GITHUB_ENV}" - name: Restore sccache build artifacts - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: restore-keys: ${{runner.os}}-nightly-coverage- key: ${{runner.os}}-nightly-coverage-${{hashFiles('**/Cargo.lock')}} diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index fc76236..929161c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -81,7 +81,7 @@ jobs: fi echo "SCCACHE_DIR=${path}" >> "${GITHUB_ENV}" - name: Restore sccache build artifacts - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: restore-keys: ${{runner.os}}-${{matrix.toolchain}}-${{matrix.profile}}- key: ${{runner.os}}-${{matrix.toolchain}}-${{matrix.profile}}-${{hashFiles('**/Cargo.lock')}}