@@ -191,7 +191,7 @@ jobs:
191191 with :
192192 fetch-depth : 0
193193 - name : Install sccache
194- uses : mozilla-actions/sccache-action@v0.0.7
194+ uses : mozilla-actions/sccache-action@v0.0.9
195195
196196 - name : Setup Environment (PR)
197197 if : ${{ github.event_name == 'pull_request' }}
@@ -223,7 +223,7 @@ jobs:
223223 - uses : dtolnay/rust-toolchain@stable
224224 with :
225225 components : rustfmt
226- - uses : mozilla-actions/sccache-action@v0.0.7
226+ - uses : mozilla-actions/sccache-action@v0.0.9
227227 - uses : taiki-e/install-action@cargo-make
228228 - run : cargo make format-check
229229
@@ -240,7 +240,7 @@ jobs:
240240 with :
241241 toolchain : nightly-2024-11-30
242242 - name : Install sccache
243- uses : mozilla-actions/sccache-action@v0.0.7
243+ uses : mozilla-actions/sccache-action@v0.0.9
244244
245245 - name : Docs
246246 run : cargo doc --workspace --all-features --no-deps --document-private-items
@@ -259,7 +259,7 @@ jobs:
259259 with :
260260 components : clippy
261261 - name : Install sccache
262- uses : mozilla-actions/sccache-action@v0.0.7
262+ uses : mozilla-actions/sccache-action@v0.0.9
263263
264264 # TODO: We have a bunch of platform-dependent code so should
265265 # probably run this job on the full platform matrix
@@ -286,7 +286,7 @@ jobs:
286286 with :
287287 toolchain : ${{ env.MSRV }}
288288 - name : Install sccache
289- uses : mozilla-actions/sccache-action@v0.0.7
289+ uses : mozilla-actions/sccache-action@v0.0.9
290290
291291 - name : Check MSRV all features
292292 run : |
0 commit comments