2929 group : [ 1, 2 ]
3030 steps :
3131# - uses: julia-actions/setup-julia # Update version when using this by adding commit sha!
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v6
3333 - name : Install uv
3434 uses : astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4.2.0
3535 with :
5858 cp ./coverage.xml ./coverage-${{ matrix.group }}.xml
5959 - name : Upload coverage as artifact
6060 if : ${{ matrix.python-version == '3.10' }}
61- uses : actions/upload-artifact@v4
61+ uses : actions/upload-artifact@v7
6262 with :
6363 name : coverage-${{ matrix.group }}
6464 path : ./coverage-${{ matrix.group }}.xml
7777 # remove it also in pyproject.toml 'requires-python'
7878 group : [ 1 ]
7979 steps :
80- - uses : actions/checkout@v5
80+ - uses : actions/checkout@v6
8181 - uses : julia-actions/setup-julia@5c9647d97b78a5debe5164e9eec09d653d29bd71 # v2
8282 with :
8383 version : ${{ matrix.julia-version }}
@@ -117,9 +117,9 @@ jobs:
117117 needs : build
118118 steps :
119119 - name : Checkout
120- uses : actions/checkout@v4
120+ uses : actions/checkout@v6
121121 - name : Download artifacts
122- uses : actions/download-artifact@v4
122+ uses : actions/download-artifact@v8
123123 with :
124124 path : .
125125 pattern : coverage-*
@@ -153,7 +153,7 @@ jobs:
153153 python-version : ['3.13']
154154 group : [ 1, 2 ]
155155 steps :
156- - uses : actions/checkout@v4
156+ - uses : actions/checkout@v6
157157 - name : Install uv
158158 uses : astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4.2.0
159159 with :
@@ -177,7 +177,7 @@ jobs:
177177 matrix :
178178 python-version : ['3.10', '3.11', '3.12', '3.13']
179179 steps :
180- - uses : actions/checkout@v4
180+ - uses : actions/checkout@v6
181181 - name : Install uv
182182 uses : astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4.2.0
183183 with :
@@ -214,7 +214,7 @@ jobs:
214214 matrix :
215215 python-version : ['3.10']
216216 steps :
217- - uses : actions/checkout@v4
217+ - uses : actions/checkout@v6
218218 - name : Install uv
219219 uses : astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4.2.0
220220 with :
@@ -277,7 +277,7 @@ jobs:
277277 echo "::error::psql version mismatch - server=$SERVER_MAJOR vs client=$CLIENT_MAJOR"
278278 exit 1
279279 fi
280- - uses : actions/checkout@v4
280+ - uses : actions/checkout@v6
281281 - name : Install uv
282282 uses : astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4.2.0
283283 with :
@@ -307,7 +307,7 @@ jobs:
307307 needs : build
308308 runs-on : ubuntu-latest
309309 steps :
310- - uses : actions/checkout@v4
310+ - uses : actions/checkout@v6
311311 # - name: Install uv
312312 # uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a #v4.2.0
313313 # with:
@@ -331,7 +331,7 @@ jobs:
331331 needs : build
332332 runs-on : ubuntu-latest
333333 steps :
334- - uses : actions/checkout@v4
334+ - uses : actions/checkout@v6
335335 # - name: Install uv
336336 # uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a #v4.2.0
337337 # with:
@@ -355,7 +355,7 @@ jobs:
355355 name : Sphinx docs check
356356 runs-on : ubuntu-latest
357357 steps :
358- - uses : actions/checkout@v4
358+ - uses : actions/checkout@v6
359359 - name : Check sphinx build
360360 uses : ammaraskar/sphinx-action@54e52bfb642e9b60ea5b6bcb05fe3f74b40d290a # 8.2.3
361361 with :
@@ -372,7 +372,7 @@ jobs:
372372 # Reminder: when removing the support of an old python version here, then don't forget to
373373 # remove it also in pyproject.toml 'requires-python'
374374 steps :
375- - uses : actions/checkout@v4
375+ - uses : actions/checkout@v6
376376 - name : Install uv
377377 uses : astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4.2.0
378378 with :
0 commit comments