6464 # with:
6565 # name: pysplashsurf.pyi
6666 # path: pysplashsurf/pysplashsurf/
67- # - uses: actions/setup-python@v5
67+ # - uses: actions/setup-python@v6
6868 # with:
6969 # python-version: 3.12
7070 # # QEMU is required for non-native archs
@@ -116,7 +116,7 @@ jobs:
116116 with :
117117 name : pysplashsurf.pyi
118118 path : pysplashsurf/pysplashsurf/
119- - uses : actions/setup-python@v5
119+ - uses : actions/setup-python@v6
120120 with :
121121 python-version : 3.12
122122 - name : Build wheels
@@ -159,7 +159,7 @@ jobs:
159159 # with:
160160 # name: pysplashsurf.pyi
161161 # path: pysplashsurf/pysplashsurf/
162- # - uses: actions/setup-python@v5
162+ # - uses: actions/setup-python@v6
163163 # with:
164164 # python-version: 3.12
165165 # - name: Install cibuildwheel
@@ -196,7 +196,7 @@ jobs:
196196 with :
197197 name : pysplashsurf.pyi
198198 path : pysplashsurf/pysplashsurf/
199- - uses : actions/setup-python@v5
199+ - uses : actions/setup-python@v6
200200 with :
201201 python-version : 3.12
202202 - name : Build wheels
@@ -234,7 +234,7 @@ jobs:
234234 # with:
235235 # name: pysplashsurf.pyi
236236 # path: pysplashsurf/pysplashsurf/
237- # - uses: actions/setup-python@v5
237+ # - uses: actions/setup-python@v6
238238 # with:
239239 # python-version: 3.12
240240 # - name: Install cibuildwheel
@@ -278,7 +278,7 @@ jobs:
278278 with :
279279 name : pysplashsurf.pyi
280280 path : pysplashsurf/pysplashsurf/
281- - uses : actions/setup-python@v5
281+ - uses : actions/setup-python@v6
282282 with :
283283 python-version : 3.12
284284 architecture : ${{ matrix.py-arch }}
@@ -330,7 +330,7 @@ jobs:
330330 with :
331331 pattern : wheels-*
332332 merge-multiple : true
333- - uses : actions/setup-python@v5
333+ - uses : actions/setup-python@v6
334334 with :
335335 python-version : 3.12
336336 - name : Install dependencies
@@ -352,7 +352,7 @@ jobs:
352352 filename : ${{ steps.get_filename.outputs.file_name }}
353353 steps :
354354 - uses : actions/checkout@v6
355- - uses : actions/setup-python@v5
355+ - uses : actions/setup-python@v6
356356 with :
357357 python-version : 3.12
358358 - name : Build wheels
@@ -378,7 +378,7 @@ jobs:
378378 runs-on : ubuntu-latest
379379 steps :
380380 - uses : actions/checkout@v6
381- - uses : actions/setup-python@v5
381+ - uses : actions/setup-python@v6
382382 with :
383383 python-version : 3.12
384384 - name : Download wheel
@@ -415,7 +415,7 @@ jobs:
415415 runs-on : ubuntu-latest
416416 steps :
417417 - uses : actions/checkout@v6
418- - uses : actions/setup-python@v5
418+ - uses : actions/setup-python@v6
419419 with :
420420 python-version : 3.12
421421 - uses : mamba-org/setup-micromamba@v2
0 commit comments