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