We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90b1e0 commit d4a58aaCopy full SHA for d4a58aa
.github/actions/setup-ci/action.yaml
@@ -13,7 +13,7 @@ runs:
13
shell: bash
14
run: rustup show
15
16
- - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
+ - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2
17
with:
18
key: "${{ inputs.rust-cache-key }}"
19
shared-key: "${{ inputs.rust-cache-shared-key }}"
0 commit comments