1717 name : Check formatting of pySplashsurf crate
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v6
2121 - name : Check formatting of pySplashsurf crate
2222 run : cargo fmt -- --check
2323 working-directory : pysplashsurf
5858 # archs: "armv7l"
5959 # enable_test: false
6060 # steps:
61- # - uses: actions/checkout@v4
61+ # - uses: actions/checkout@v6
6262 # - name: Download stub artifact
6363 # uses: actions/download-artifact@v4
6464 # with:
@@ -110,7 +110,7 @@ jobs:
110110 matrix :
111111 target : [x86_64, i686, aarch64, armv7]
112112 steps :
113- - uses : actions/checkout@v4
113+ - uses : actions/checkout@v6
114114 - name : Download stub artifact
115115 uses : actions/download-artifact@v4
116116 with :
@@ -153,7 +153,7 @@ jobs:
153153 # archs: "arm64"
154154 # macosx_deployment_target: "14.0"
155155 # steps:
156- # - uses: actions/checkout@v4
156+ # - uses: actions/checkout@v6
157157 # - name: Download stub artifact
158158 # uses: actions/download-artifact@v4
159159 # with:
@@ -190,7 +190,7 @@ jobs:
190190 - runner : macos-14
191191 target : aarch64
192192 steps :
193- - uses : actions/checkout@v4
193+ - uses : actions/checkout@v6
194194 - name : Download stub artifact
195195 uses : actions/download-artifact@v4
196196 with :
@@ -228,7 +228,7 @@ jobs:
228228 # - archs: "x86"
229229 # python-version: "win32"
230230 # steps:
231- # - uses: actions/checkout@v4
231+ # - uses: actions/checkout@v6
232232 # - name: Download stub artifact
233233 # uses: actions/download-artifact@v4
234234 # with:
@@ -272,7 +272,7 @@ jobs:
272272 target : aarch64
273273 py-arch : arm64
274274 steps :
275- - uses : actions/checkout@v4
275+ - uses : actions/checkout@v6
276276 - name : Download stub artifact
277277 uses : actions/download-artifact@v4
278278 with :
@@ -303,7 +303,7 @@ jobs:
303303 needs : generate-stub
304304 runs-on : ubuntu-latest
305305 steps :
306- - uses : actions/checkout@v4
306+ - uses : actions/checkout@v6
307307 - name : Download stub artifact
308308 uses : actions/download-artifact@v4
309309 with :
@@ -351,7 +351,7 @@ jobs:
351351 outputs :
352352 filename : ${{ steps.get_filename.outputs.file_name }}
353353 steps :
354- - uses : actions/checkout@v4
354+ - uses : actions/checkout@v6
355355 - uses : actions/setup-python@v5
356356 with :
357357 python-version : 3.x
@@ -377,7 +377,7 @@ jobs:
377377 needs : build_wheel_dev
378378 runs-on : ubuntu-latest
379379 steps :
380- - uses : actions/checkout@v4
380+ - uses : actions/checkout@v6
381381 - uses : actions/setup-python@v5
382382 with :
383383 python-version : 3.x
@@ -414,7 +414,7 @@ jobs:
414414 shell : bash -l {0}
415415 runs-on : ubuntu-latest
416416 steps :
417- - uses : actions/checkout@v4
417+ - uses : actions/checkout@v6
418418 - uses : actions/setup-python@v5
419419 with :
420420 python-version : 3.x
0 commit comments