From ee134f2c5e8c99d25fd94a11139eae6ca5fe20e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 10:39:44 +0000 Subject: [PATCH] chore(deps): update swatinem/rust-cache action to v2.7.5 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9827bd0..81227e2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: cargo clippy --version - name: Using cache - uses: Swatinem/rust-cache@v2.7.3 + uses: Swatinem/rust-cache@v2.7.5 with: cache-all-crates: "true" cache-on-failure: "true"