2222 pre-commit :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 - uses : actions/setup-python@v5
2727 with :
2828 python-version : 3.x
3232 runs-on : ubuntu-latest
3333
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636 - uses : actions/setup-python@v5
3737 with :
3838 python-version : 3.x
@@ -55,11 +55,11 @@ jobs:
5555 runs-on : ubuntu-latest
5656 strategy :
5757 matrix :
58- python-version : ['3.11']
58+ python-version : ['3.11', '3.12' ]
5959
6060 steps :
61- - uses : actions/checkout@v4
62- - uses : actions/download-artifact@v4
61+ - uses : actions/checkout@v5
62+ - uses : actions/download-artifact@v5
6363 with :
6464 name : combined-environments
6565 path : ci
8787 runs-on : ubuntu-latest
8888
8989 steps :
90- - uses : actions/checkout@v4
91- - uses : actions/download-artifact@v4
90+ - uses : actions/checkout@v5
91+ - uses : actions/download-artifact@v5
9292 with :
9393 name : combined-environments
9494 path : ci
@@ -103,7 +103,7 @@ jobs:
103103 cache-environment-key : environment-${{ steps.date.outputs.date }}
104104 cache-downloads-key : downloads-${{ steps.date.outputs.date }}
105105 create-args : >-
106- python=3.11
106+ python=3.12
107107 - name : Install package
108108 run : |
109109 python -m pip install --no-deps -e .
@@ -116,8 +116,8 @@ jobs:
116116 runs-on : ubuntu-latest
117117
118118 steps :
119- - uses : actions/checkout@v4
120- - uses : actions/download-artifact@v4
119+ - uses : actions/checkout@v5
120+ - uses : actions/download-artifact@v5
121121 with :
122122 name : combined-environments
123123 path : ci
@@ -132,7 +132,7 @@ jobs:
132132 cache-environment-key : environment-${{ steps.date.outputs.date }}
133133 cache-downloads-key : downloads-${{ steps.date.outputs.date }}
134134 create-args : >-
135- python=3.11
135+ python=3.12
136136 - name : Install package
137137 run : |
138138 python -m pip install --no-deps -e .
@@ -151,14 +151,14 @@ jobs:
151151 include :
152152 - python-version : ' 3.9'
153153 extra : -ci
154- - python-version : ' 3.12 '
154+ - python-version : ' 3.13 '
155155 extra : -ci
156- - python-version : ' 3.11 '
156+ - python-version : ' 3.12 '
157157 extra : -integration
158158
159159 steps :
160- - uses : actions/checkout@v4
161- - uses : actions/download-artifact@v4
160+ - uses : actions/checkout@v5
161+ - uses : actions/download-artifact@v5
162162 with :
163163 name : combined-environments
164164 path : ci
@@ -192,10 +192,10 @@ jobs:
192192 (needs.integration-tests.result == 'success' || needs.integration-tests.result == 'skipped')
193193
194194 steps :
195- - uses : actions/checkout@v4
195+ - uses : actions/checkout@v5
196196 - uses : actions/setup-python@v5
197197 with :
198- python-version : ' 3.11 '
198+ python-version : ' 3.12 '
199199 - name : Install package
200200 run : |
201201 python -m pip install --upgrade pip
@@ -230,7 +230,7 @@ jobs:
230230 id-token : write # IMPORTANT: this permission is mandatory for trusted publish
231231
232232 steps :
233- - uses : actions/download-artifact@v4
233+ - uses : actions/download-artifact@v5
234234 with :
235235 name : distribution
236236 path : dist
0 commit comments