From 37c437d7bab01d9c9dc5a6feaba579a358629d38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 09:26:09 +0000 Subject: [PATCH] chore(deps): update swatinem/rust-cache action to v2.7.3 --- .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..be199ec 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.3 - name: Run fmt run: cargo fmt -- --check