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