diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6ce9e7..7177dce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: - name: Install Rust run: rustup toolchain install stable --profile minimal --component clippy - - uses: Swatinem/rust-cache@49a0bdc70d2e1b713ca9e2869b211fcce03d3c1c # v2 + - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 # `--all-features` so the `fs` feature is in: it is what `Destination` # lives behind, and it is the whole reason this job exists.