We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e8edc commit 51c0265Copy full SHA for 51c0265
.github/actions/cache/action.yml
@@ -15,7 +15,7 @@ runs:
15
id: normalized-key
16
run: echo "key=$(echo "${{ inputs.key }}" | tr -d ',')" >> $GITHUB_OUTPUT
17
shell: bash
18
- - uses: Swatinem/rust-cache@b8a6852b4f997182bdea832df3f9e153038b5191 # v2.6.0
+ - uses: Swatinem/rust-cache@578b235f6e5f613f7727f1c17bd3305b4d4d4e1f # v2.6.1
19
with:
20
key: ${{ steps.normalized-key.outputs.key }}
21
workspaces: "./src/rust/ -> target"
0 commit comments