Skip to content

Commit 9a5fb28

Browse files
Merge pull request #140 from CosmicHorrorDev/upd-sccache
ci: update sccache action
2 parents a182ba4 + 5d9f240 commit 9a5fb28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Rust specified toolchain
2424
run: rustup show
2525
- name: Run sccache-cache
26-
uses: mozilla-actions/[email protected].8
26+
uses: mozilla-actions/[email protected].9
2727
- name: Install just, nextest, cargo-llvm-cov, cargo-hack, and wasmtime
2828
uses: taiki-e/install-action@v2
2929
with:
@@ -58,7 +58,7 @@ jobs:
5858
- name: Install Rust specified toolchain
5959
run: rustup show
6060
- name: Run sccache-cache
61-
uses: mozilla-actions/[email protected].8
61+
uses: mozilla-actions/[email protected].9
6262
- name: Install cargo-nextest
6363
uses: taiki-e/install-action@v2
6464
with:
@@ -81,7 +81,7 @@ jobs:
8181
- name: Install Rust specified toolchain
8282
run: rustup show
8383
- name: Run sccache-cache
84-
uses: mozilla-actions/[email protected].8
84+
uses: mozilla-actions/[email protected].9
8585
- name: Install cargo-nextest
8686
uses: taiki-e/install-action@v2
8787
with:

0 commit comments

Comments
 (0)