4545
4646 steps :
4747 - name : Checkout sources
48- uses : actions/checkout@v5
48+ uses : actions/checkout@v6
4949
5050 - name : Set up stable toolchain
5151 if : github.event_name != 'schedule'
@@ -110,7 +110,7 @@ jobs:
110110 rust-flags : ' -C target-feature=+avx -C target-feature=+avx2 -C target-feature=+avx512f -C target-feature=+avx512bw -C target-feature=+avx512vl -C target-feature=+avx512bf16'
111111 steps :
112112 - name : Checkout sources
113- uses : actions/checkout@v5
113+ uses : actions/checkout@v6
114114 - name : Check lints
115115 uses : ./.github/actions/lints
116116 with :
@@ -139,7 +139,7 @@ jobs:
139139 - ' -C target-feature=+vfp2 -C target-feature=+d32'
140140 steps :
141141 - name : Checkout sources
142- uses : actions/checkout@v5
142+ uses : actions/checkout@v6
143143 - name : Check lints
144144 uses : ./.github/actions/lints
145145 with :
@@ -169,7 +169,7 @@ jobs:
169169 - ' -C target-feature=+neon'
170170 steps :
171171 - name : Checkout sources
172- uses : actions/checkout@v5
172+ uses : actions/checkout@v6
173173 - name : Check lints
174174 uses : ./.github/actions/lints
175175 with :
@@ -195,7 +195,7 @@ jobs:
195195 - ' --features=safe_arch'
196196 steps :
197197 - name : Checkout sources
198- uses : actions/checkout@v5
198+ uses : actions/checkout@v6
199199 - name : Check lints
200200 uses : ./.github/actions/lints
201201 with :
@@ -226,7 +226,7 @@ jobs:
226226 - ' -C target-feature=+f -C target-feature=+d'
227227 steps :
228228 - name : Checkout sources
229- uses : actions/checkout@v5
229+ uses : actions/checkout@v6
230230 - name : Check lints
231231 uses : ./.github/actions/lints
232232 with :
@@ -300,7 +300,7 @@ jobs:
300300
301301 steps :
302302 - name : Checkout sources
303- uses : actions/checkout@v5
303+ uses : actions/checkout@v6
304304
305305 # Cargo doesn't know when to rebuild a target-cpu=native cache when it's
306306 # migrated across machines, so a CI node must not be exposed to the target
0 commit comments