diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index 0fa68f8..1b4c1d0 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -59,7 +59,7 @@ jobs: toolchain: nightly components: rustfmt, clippy - name: Rust Cache - uses: actions/cache@v3 + uses: Swatinem/rust-cache@v2 continue-on-error: false with: path: |