@@ -191,7 +191,7 @@ jobs:
191
191
with :
192
192
fetch-depth : 0
193
193
- name : Install sccache
194
- uses :
mozilla-actions/[email protected] .7
194
+ uses :
mozilla-actions/[email protected] .9
195
195
196
196
- name : Setup Environment (PR)
197
197
if : ${{ github.event_name == 'pull_request' }}
@@ -223,7 +223,7 @@ jobs:
223
223
- uses : dtolnay/rust-toolchain@stable
224
224
with :
225
225
components : rustfmt
226
- -
uses :
mozilla-actions/[email protected] .7
226
+ -
uses :
mozilla-actions/[email protected] .9
227
227
- uses : taiki-e/install-action@cargo-make
228
228
- run : cargo make format-check
229
229
@@ -240,7 +240,7 @@ jobs:
240
240
with :
241
241
toolchain : nightly-2024-11-30
242
242
- name : Install sccache
243
- uses :
mozilla-actions/[email protected] .7
243
+ uses :
mozilla-actions/[email protected] .9
244
244
245
245
- name : Docs
246
246
run : cargo doc --workspace --all-features --no-deps --document-private-items
@@ -259,7 +259,7 @@ jobs:
259
259
with :
260
260
components : clippy
261
261
- name : Install sccache
262
- uses :
mozilla-actions/[email protected] .7
262
+ uses :
mozilla-actions/[email protected] .9
263
263
264
264
# TODO: We have a bunch of platform-dependent code so should
265
265
# probably run this job on the full platform matrix
@@ -286,7 +286,7 @@ jobs:
286
286
with :
287
287
toolchain : ${{ env.MSRV }}
288
288
- name : Install sccache
289
- uses :
mozilla-actions/[email protected] .7
289
+ uses :
mozilla-actions/[email protected] .9
290
290
291
291
- name : Check MSRV all features
292
292
run : |
0 commit comments