From 210b05f530a9ca9eb22a06eb3c8f30e6624f69dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 10:01:03 +0000 Subject: [PATCH] chore(deps): update swatinem/rust-cache digest to 720f7e4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6854777bc..a6ba02e9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -203,7 +203,7 @@ jobs: - name: 💨 Cache Rust artifacts (Windows) if: endsWith(matrix.target, '-pc-windows-gnu') # sccache with Windows GNU compilers is slower than trivial GHA caching - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 + uses: Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2 - name: 🧰 Install nextest uses: taiki-e/install-action@acd25891978b4cdaebd139d3efef606d26513b14 # v2