From 9740d5b700d1436460c1933d10d7e62ebb4bdef2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 16:26:16 +0000 Subject: [PATCH] chore(deps): update swatinem/rust-cache action to v2.7.5 --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d32d4b0..7378bc0 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -44,7 +44,7 @@ jobs: toolchain: stable # Cache the built dependencies - - uses: Swatinem/rust-cache@v2.7.3 + - uses: Swatinem/rust-cache@v2.7.5 with: save-if: ${{ github.event_name == 'push' }}