From e6084a2e1b9c1a197059b3e0cdb32c1fa538baa6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 11:51:40 +0000 Subject: [PATCH] chore(deps): update swatinem/rust-cache action to v2.7.8 --- .github/workflows/style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 171ed4a..eb1a17d 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -20,7 +20,7 @@ jobs: with: toolchain: stable - - uses: Swatinem/rust-cache@v2.7.3 + - uses: Swatinem/rust-cache@v2.7.8 - name: Run fmt run: cargo fmt -- --check