Skip to content

Commit 54043ca

Browse files
committed
Bump sccache version
1 parent ada3005 commit 54043ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
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 }}
@@ -180,7 +180,7 @@ jobs:
180180
SCCACHE_GHA_ENABLED: "on"
181181
steps:
182182
- uses: actions/checkout@v4
183-
- uses: mozilla-actions/[email protected].4
183+
- uses: mozilla-actions/[email protected].9
184184
- uses: dtolnay/[email protected]
185185
- run: cargo check --lib --all-features -p iroh-quinn-udp -p iroh-quinn-proto -p iroh-quinn
186186

@@ -191,7 +191,7 @@ jobs:
191191
SCCACHE_GHA_ENABLED: "on"
192192
steps:
193193
- uses: actions/checkout@v4
194-
- uses: mozilla-actions/[email protected].4
194+
- uses: mozilla-actions/[email protected].9
195195
- uses: dtolnay/rust-toolchain@stable
196196
with:
197197
components: rustfmt, clippy

0 commit comments

Comments
 (0)