From 48e6ea0c0d47e64dd6e56d6840fc2765dc37c777 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 10:44:02 +0000 Subject: [PATCH] chore(deps): update swatinem/rust-cache action to v2.8.1 --- .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..9788de3 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.8.1 - name: Run fmt run: cargo fmt -- --check