We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f482c commit 310f324Copy full SHA for 310f324
.github/actions/setup-rust/action.yml
@@ -24,7 +24,7 @@ runs:
24
components: clippy, rustfmt
25
26
- name: Rust Dependency Cache
27
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
+ uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
28
with:
29
save-if: ${{ github.ref_name == 'develop' }}
30
shared-key: "rust-cache-${{ runner.os }}-${{ runner.environment }}" # To allow reuse across jobs
0 commit comments