Skip to content

Commit 85e5daf

Browse files
committed
chore: update sccache action
1 parent 041efc6 commit 85e5daf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118

119119
steps:
120120
- uses: actions/checkout@v4
121-
- uses: mozilla-actions/[email protected].4
121+
- uses: mozilla-actions/[email protected].9
122122
- uses: dtolnay/rust-toolchain@master
123123
with:
124124
toolchain: ${{ matrix.rust }}
@@ -181,7 +181,7 @@ jobs:
181181
SCCACHE_GHA_ENABLED: "on"
182182
steps:
183183
- uses: actions/checkout@v4
184-
- uses: mozilla-actions/[email protected].4
184+
- uses: mozilla-actions/[email protected].9
185185
- uses: dtolnay/[email protected]
186186
- uses: Swatinem/rust-cache@v2
187187
- run: cargo check --locked --lib --all-features -p iroh-quinn-udp -p iroh-quinn-proto -p iroh-quinn
@@ -193,7 +193,7 @@ jobs:
193193
SCCACHE_GHA_ENABLED: "on"
194194
steps:
195195
- uses: actions/checkout@v4
196-
- uses: mozilla-actions/[email protected].4
196+
- uses: mozilla-actions/[email protected].9
197197
- uses: dtolnay/rust-toolchain@stable
198198
with:
199199
components: rustfmt, clippy

0 commit comments

Comments
 (0)