@@ -157,7 +157,7 @@ jobs:
157157        with :
158158          fetch-depth : 0 
159159      - name : Install sccache 
160-         uses : 
mozilla-actions/[email protected] .8   160+         uses : 
mozilla-actions/[email protected] .9   161161
162162      - name : Setup Environment (PR) 
163163        if : ${{ github.event_name == 'pull_request' }} 
@@ -189,7 +189,7 @@ jobs:
189189    - uses : dtolnay/rust-toolchain@stable 
190190      with :
191191        components : rustfmt 
192-     - 
uses : 
mozilla-actions/[email protected] .8  192+     - 
uses : 
mozilla-actions/[email protected] .9  193193    - uses : taiki-e/install-action@cargo-make 
194194    - run : cargo make format-check 
195195
@@ -206,7 +206,7 @@ jobs:
206206      with :
207207        toolchain : nightly-2024-11-30 
208208    - name : Install sccache 
209-       uses : 
mozilla-actions/[email protected] .8   209+       uses : 
mozilla-actions/[email protected] .9   210210
211211    - name : Docs 
212212      run : cargo doc --workspace --all-features --no-deps --document-private-items 
@@ -225,7 +225,7 @@ jobs:
225225      with :
226226        components : clippy 
227227    - name : Install sccache 
228-       uses : 
mozilla-actions/[email protected] .8   228+       uses : 
mozilla-actions/[email protected] .9   229229
230230    #  TODO: We have a bunch of platform-dependent code so should
231231    #     probably run this job on the full platform matrix
@@ -252,7 +252,7 @@ jobs:
252252      with :
253253        toolchain : ${{ env.MSRV }} 
254254    - name : Install sccache 
255-       uses : 
mozilla-actions/[email protected] .8   255+       uses : 
mozilla-actions/[email protected] .9   256256
257257    - name : Check MSRV all features 
258258      run : | 
0 commit comments