From 368e8b72a092b00a8d922a38a5fc73da90981a88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 06:46:53 +0000 Subject: [PATCH] Update Swatinem/rust-cache action to v2.7.5 --- .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 b1692eb6..b1174816 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@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 + - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 - 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@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 + - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 with: # Matrix instances other than OS need to be added to this explicitly key: ${{ matrix.features }}