2323 # remove it also in pyproject.toml 'requires-python'
2424 group : [ 1, 2 ]
2525 steps :
26- # - uses: actions/checkout@v4
26+ # - uses: actions/checkout@v6
2727# - uses: julia-actions/setup-julia@v1.5
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v6
2929 - name : Install uv
3030 uses : astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4.2.0
3131 with :
5353 cp ./coverage.xml ./coverage-${{ matrix.group }}.xml
5454 - name : Upload coverage as artifact
5555 if : ${{ matrix.python-version == '3.9' }}
56- uses : actions/upload-artifact@v4
56+ uses : actions/upload-artifact@v7
5757 with :
5858 name : coverage-${{ matrix.group }}
5959 path : ./coverage-${{ matrix.group }}.xml
7171 # remove it also in pyproject.toml 'requires-python'
7272 group : [ 1 ]
7373 steps :
74- - uses : actions/checkout@v5
74+ - uses : actions/checkout@v6
7575 - uses : julia-actions/setup-julia@v2
7676 with :
7777 version : ${{ matrix.julia-version }}
@@ -111,9 +111,9 @@ jobs:
111111 needs : build
112112 steps :
113113 - name : Checkout
114- uses : actions/checkout@v4
114+ uses : actions/checkout@v6
115115 - name : Download artifacts
116- uses : actions/download-artifact@v4
116+ uses : actions/download-artifact@v8
117117 with :
118118 path : .
119119 pattern : coverage-*
@@ -147,7 +147,7 @@ jobs:
147147 python-version : ['3.13']
148148 group : [ 1, 2 ]
149149 steps :
150- - uses : actions/checkout@v4
150+ - uses : actions/checkout@v6
151151 - name : Install uv
152152 uses : astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4.2.0
153153 with :
@@ -171,7 +171,7 @@ jobs:
171171 matrix :
172172 python-version : ['3.9', '3.10', '3.11', '3.12', '3.13']
173173 steps :
174- - uses : actions/checkout@v4
174+ - uses : actions/checkout@v6
175175 - name : Install uv
176176 uses : astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4.2.0
177177 with :
@@ -207,7 +207,7 @@ jobs:
207207 matrix :
208208 python-version : ['3.10']
209209 steps :
210- - uses : actions/checkout@v4
210+ - uses : actions/checkout@v6
211211 - name : Install uv
212212 uses : astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4.2.0
213213 with :
@@ -270,7 +270,7 @@ jobs:
270270 echo "::error::psql version mismatch - server=$SERVER_MAJOR vs client=$CLIENT_MAJOR"
271271 exit 1
272272 fi
273- - uses : actions/checkout@v4
273+ - uses : actions/checkout@v6
274274 - name : Install uv
275275 uses : astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4.2.0
276276 with :
@@ -300,7 +300,7 @@ jobs:
300300 needs : build
301301 runs-on : ubuntu-latest
302302 steps :
303- - uses : actions/checkout@v4
303+ - uses : actions/checkout@v6
304304 - name : Install uv
305305 uses : astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4.2.0
306306 with :
@@ -324,7 +324,7 @@ jobs:
324324 needs : build
325325 runs-on : ubuntu-latest
326326 steps :
327- - uses : actions/checkout@v4
327+ - uses : actions/checkout@v6
328328 - name : Install uv
329329 uses : astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4.2.0
330330 with :
@@ -347,7 +347,7 @@ jobs:
347347 name : Sphinx docs check
348348 runs-on : ubuntu-latest
349349 steps :
350- - uses : actions/checkout@v4
350+ - uses : actions/checkout@v6
351351 - name : Check sphinx build
352352 uses : ammaraskar/sphinx-action@7.4.7
353353 with :
@@ -364,7 +364,7 @@ jobs:
364364 # Reminder: when removing the support of an old python version here, then don't forget to
365365 # remove it also in pyproject.toml 'requires-python'
366366 steps :
367- - uses : actions/checkout@v4
367+ - uses : actions/checkout@v6
368368 - name : Install uv
369369 uses : astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4.2.0
370370 with :
0 commit comments