@@ -157,7 +157,7 @@ jobs:
157
157
with :
158
158
fetch-depth : 0
159
159
- name : Install sccache
160
- uses :
mozilla-actions/[email protected] .7
160
+ uses :
mozilla-actions/[email protected] .8
161
161
162
162
- name : Setup Environment (PR)
163
163
if : ${{ github.event_name == 'pull_request' }}
@@ -190,7 +190,7 @@ jobs:
190
190
- uses : dtolnay/rust-toolchain@stable
191
191
with :
192
192
components : rustfmt
193
- -
uses :
mozilla-actions/[email protected] .7
193
+ -
uses :
mozilla-actions/[email protected] .8
194
194
- uses : taiki-e/install-action@cargo-make
195
195
- run : cargo make format-check
196
196
@@ -207,7 +207,7 @@ jobs:
207
207
with :
208
208
toolchain : nightly-2024-11-30
209
209
- name : Install sccache
210
- uses :
mozilla-actions/[email protected] .7
210
+ uses :
mozilla-actions/[email protected] .8
211
211
212
212
- name : Docs
213
213
run : cargo doc --workspace --all-features --no-deps --document-private-items
@@ -226,7 +226,7 @@ jobs:
226
226
with :
227
227
components : clippy
228
228
- name : Install sccache
229
- uses :
mozilla-actions/[email protected] .7
229
+ uses :
mozilla-actions/[email protected] .8
230
230
231
231
# TODO: We have a bunch of platform-dependent code so should
232
232
# probably run this job on the full platform matrix
@@ -253,7 +253,7 @@ jobs:
253
253
with :
254
254
toolchain : ${{ env.MSRV }}
255
255
- name : Install sccache
256
- uses :
mozilla-actions/[email protected] .7
256
+ uses :
mozilla-actions/[email protected] .8
257
257
258
258
- name : Check MSRV all features
259
259
continue-on-error : true
0 commit comments