From 28aa1c2be48b678cbadae6d487ec87099b387a55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 22:16:22 +0000 Subject: [PATCH] chore(deps): update swatinem/rust-cache action to v2.7.2 --- .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 3feef7e..caa840d 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -20,7 +20,7 @@ jobs: with: toolchain: stable - - uses: Swatinem/rust-cache@v2.5.1 + - uses: Swatinem/rust-cache@v2.7.2 - name: Run fmt run: cargo fmt -- --check