diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 48de3b7..e66c61c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -52,7 +52,7 @@ jobs: with: toolchain: ${{ matrix.rust }} components: rustfmt, clippy - - uses: Swatinem/rust-cache@v1 + - uses: Swatinem/rust-cache@v2 - name: Run rustfmt if: matrix.rust == 'stable' # Avoid differences between the versions run: cargo fmt --check