diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7000354..9fc9e71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: components: clippy - name: Cache rust build files - uses: Leafwing-Studios/cargo-cache@a0709d80dd96c8734ac8f186c1f238c8f528d198 # v2 + uses: Leafwing-Studios/cargo-cache@ba6ee760ccdefa26b630cff8094e3243ae86a2c9 # v2 - name: check (release) run: cargo check --workspace --all-targets --all-features --release