From b4171762fa6e34177ffcd031a50c685e7107127c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 15:45:57 +0000 Subject: [PATCH] chore(deps): update leafwing-studios/cargo-cache action to v2 --- .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 d95d498..36f1b17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: components: clippy - name: Cache rust build files - uses: Leafwing-Studios/cargo-cache@c7e8aa40ae2c975774d3bd766beb92927cfd7771 # v1 + uses: Leafwing-Studios/cargo-cache@d8d3ade1253fd7594b50f9e75cfe9eb187b18310 # v2 - name: check (release) run: cargo check --workspace --all-targets --all-features --release