diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 1bd1b19a..17f3b3e0 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@f13886b937689c021905a6b90929199931d60db1 + uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 with: shared-key: "stable-${{matrix.target}}"