From cc67e991b3f20ad54792cec9cda5777688917acb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 20:57:13 +0000 Subject: [PATCH] chore(deps): update swatinem/rust-cache action to v2.7.3 --- .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 f4ca53c..76737d9 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.5.1 + uses: Swatinem/rust-cache@v2.7.3 with: cache-all-crates: "true" cache-on-failure: "true"