Skip to content

Commit 8eb9c0d

Browse files
committed
update sccache
1 parent ad17688 commit 8eb9c0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
echo "RUSTC_WRAPPER=sccache" >> "$GITHUB_ENV"
7272
echo "SCCACHE_GHA_ENABLED=true" >> "$GITHUB_ENV"
7373
- name: Run sccache-cache
74-
uses: mozilla-actions/sccache-action@v0.0.7
74+
uses: mozilla-actions/sccache-action@v0.0.9
7575
with:
76-
version: "v0.8.1" # sccache version
76+
version: "v0.10.0" # sccache version
7777

7878
- run: cargo hack check --locked
7979

0 commit comments

Comments
 (0)