File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118
119119 steps :
120120 - uses : actions/checkout@v4
121- - uses : mozilla-actions/sccache-action@v0.0.4
121+ - uses : mozilla-actions/sccache-action@v0.0.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/sccache-action@v0.0.4
184+ - uses : mozilla-actions/sccache-action@v0.0.9
185185 - uses : dtolnay/rust-toolchain@1.71.0
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/sccache-action@v0.0.4
196+ - uses : mozilla-actions/sccache-action@v0.0.9
197197 - uses : dtolnay/rust-toolchain@stable
198198 with :
199199 components : rustfmt, clippy
You can’t perform that action at this time.
0 commit comments