We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a89e47b commit eb823b4Copy full SHA for eb823b4
1 file changed
.github/actions/rust-toolchain/action.yml
@@ -23,7 +23,7 @@ runs:
23
toolchain: ${{ inputs.channel }}
24
- name: setup cache
25
if: ${{ inputs.use-cache == 'true' }}
26
- uses: mozilla-actions/sccache-action@v0.0.7
+ uses: mozilla-actions/sccache-action@v0.0.8
27
- name: setup environment
28
shell: bash
29
0 commit comments