We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf243e4 commit 4309289Copy full SHA for 4309289
1 file changed
.github/actions/setup-rust/action.yml
@@ -24,7 +24,7 @@ runs:
24
components: clippy, rustfmt, llvm-tools-preview
25
26
- name: Rust Dependency Cache
27
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
+ uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # 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