3636 extensive_matrix : ${{ steps.script.outputs.extensive_matrix }}
3737 may_skip_libm_ci : ${{ steps.script.outputs.may_skip_libm_ci }}
3838 steps :
39- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
39+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
4040 with :
4141 persist-credentials : false
4242 fetch-depth : 500
@@ -138,7 +138,7 @@ jobs:
138138 if : matrix.os == 'ubuntu-24.04-ppc64le' || matrix.os == 'ubuntu-24.04-s390x'
139139 run : sudo apt-get update && sudo apt-get install -y rustup
140140
141- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
141+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
142142 with : { persist-credentials: false }
143143 - name : Install Rust (rustup)
144144 run : |
@@ -157,7 +157,7 @@ jobs:
157157 with :
158158 key : ${{ matrix.target }}
159159 - name : Cache Docker layers
160- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
160+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
161161 if : ${{ env.RUN_IN_DOCKER == 'true' }}
162162 with :
163163 path : /tmp/.buildx-cache
@@ -169,7 +169,7 @@ jobs:
169169
170170 - name : Cache compiler-rt
171171 id : cache-compiler-rt
172- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
172+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
173173 with :
174174 path : compiler-rt
175175 key : ${{ runner.os }}-compiler-rt-${{ hashFiles('ci/download-compiler-rt.sh', 'ci/compiler-rt-patches') }}
@@ -216,7 +216,7 @@ jobs:
216216 runs-on : ubuntu-24.04
217217 timeout-minutes : 10
218218 steps :
219- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
219+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
220220 with : { persist-credentials: false }
221221 # Unlike rustfmt, stable clippy does not work on code with nightly features.
222222 - name : Install nightly `clippy`
@@ -236,7 +236,7 @@ jobs:
236236 security-events : write
237237 timeout-minutes : 10
238238 steps :
239- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
239+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
240240 with : { persist-credentials: false }
241241 - uses : zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
242242
@@ -245,7 +245,7 @@ jobs:
245245 runs-on : ubuntu-24.04
246246 timeout-minutes : 10
247247 steps :
248- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
248+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
249249 with : { persist-credentials: false }
250250 - name : Install Rust
251251 run : |
@@ -267,7 +267,7 @@ jobs:
267267 runs-on : ubuntu-24.04
268268 timeout-minutes : 10
269269 steps :
270- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
270+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
271271 with : { persist-credentials: false }
272272 - name : Install Rust
273273 run : |
@@ -298,7 +298,7 @@ jobs:
298298 env :
299299 JOB_TARGET : ${{ matrix.target }}
300300 steps :
301- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
301+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
302302 with : { persist-credentials: false }
303303 - uses : taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # v2.81.10
304304 with :
@@ -333,7 +333,7 @@ jobs:
333333 runs-on : ubuntu-24.04
334334 timeout-minutes : 10
335335 steps :
336- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
336+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
337337 with : { persist-credentials: false }
338338 - name : Install Rust (rustup)
339339 run : rustup update nightly --no-self-update && rustup default nightly
@@ -349,7 +349,7 @@ jobs:
349349 env :
350350 RUSTFLAGS : # No need to check warnings on old MSRV, unset `-Dwarnings`
351351 steps :
352- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
352+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
353353 with : { persist-credentials: false }
354354 - name : Install Rust
355355 run : |
@@ -368,7 +368,7 @@ jobs:
368368 runs-on : ubuntu-24.04
369369 timeout-minutes : 10
370370 steps :
371- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
371+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
372372 with : { persist-credentials: false }
373373 - name : Install nightly `rustfmt`
374374 run : rustup set profile minimal && rustup default nightly && rustup component add rustfmt
@@ -392,7 +392,7 @@ jobs:
392392 env :
393393 TO_TEST : ${{ matrix.to_test }}
394394 steps :
395- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
395+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
396396 with : { persist-credentials: false }
397397 - name : Install Rust
398398 run : |
0 commit comments