@@ -157,7 +157,7 @@ jobs:
157157 with :
158158 fetch-depth : 0
159159 - name : Install sccache
160- uses :
mozilla-actions/[email protected] .7 160+ uses :
mozilla-actions/[email protected] .9 161161
162162 - name : Setup Environment (PR)
163163 if : ${{ github.event_name == 'pull_request' }}
@@ -190,7 +190,7 @@ jobs:
190190 - uses : dtolnay/rust-toolchain@stable
191191 with :
192192 components : rustfmt
193- -
uses :
mozilla-actions/[email protected] .7 193+ -
uses :
mozilla-actions/[email protected] .9 194194 - uses : taiki-e/install-action@cargo-make
195195 - run : cargo make format-check
196196
@@ -207,7 +207,7 @@ jobs:
207207 with :
208208 toolchain : nightly-2024-11-30
209209 - name : Install sccache
210- uses :
mozilla-actions/[email protected] .7 210+ uses :
mozilla-actions/[email protected] .9 211211
212212 - name : Docs
213213 run : cargo doc --workspace --all-features --no-deps --document-private-items
@@ -226,7 +226,7 @@ jobs:
226226 with :
227227 components : clippy
228228 - name : Install sccache
229- uses :
mozilla-actions/[email protected] .7 229+ uses :
mozilla-actions/[email protected] .9 230230
231231 # TODO: We have a bunch of platform-dependent code so should
232232 # probably run this job on the full platform matrix
@@ -253,7 +253,7 @@ jobs:
253253 with :
254254 toolchain : ${{ env.MSRV }}
255255 - name : Install sccache
256- uses :
mozilla-actions/[email protected] .7 256+ uses :
mozilla-actions/[email protected] .9 257257
258258 - name : Check MSRV all features
259259 continue-on-error : true
0 commit comments