We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad17688 commit 8eb9c0dCopy full SHA for 8eb9c0d
.github/workflows/lint.yml
@@ -71,9 +71,9 @@ jobs:
71
echo "RUSTC_WRAPPER=sccache" >> "$GITHUB_ENV"
72
echo "SCCACHE_GHA_ENABLED=true" >> "$GITHUB_ENV"
73
- name: Run sccache-cache
74
- uses: mozilla-actions/sccache-action@v0.0.7
+ uses: mozilla-actions/sccache-action@v0.0.9
75
with:
76
- version: "v0.8.1" # sccache version
+ version: "v0.10.0" # sccache version
77
78
- run: cargo hack check --locked
79
0 commit comments