From 91d4f674cf9df18cb7cbc3dd58336c98992d0382 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 09:50:39 +0000 Subject: [PATCH] Update Swatinem/rust-cache action to v2.7.6 --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b11748165..eb01d2e24 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -33,7 +33,7 @@ jobs: run: cargo --version - name: Report Clippy version run: cargo clippy -- --version - - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 + - uses: Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2.7.6 - name: Run Clippy Lints run: cargo clippy --all-targets -- --deny warnings @@ -53,7 +53,7 @@ jobs: run: cargo --version - name: Report rustc version run: rustc --version - - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 + - uses: Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2.7.6 with: # Matrix instances other than OS need to be added to this explicitly key: ${{ matrix.features }}