diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 35d728e3..0983be1a 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -148,7 +148,7 @@ jobs: components: clippy targets: ${{matrix.target}} - name: Rust cache - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 + uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 with: shared-key: "stable-${{matrix.target}}"