8
8
pull_request : ~
9
9
10
10
env :
11
- DEFAULT_PYTHON : " 3.12 "
11
+ DEFAULT_PYTHON : " 3.13 "
12
12
PRE_COMMIT_CACHE : ~/.cache/pre-commit
13
13
14
14
concurrency :
28
28
29
29
- name : Set up Python
30
30
id : python
31
- uses : actions/setup-python@v5.3 .0
31
+ uses : actions/setup-python@v5.4 .0
32
32
with :
33
33
python-version : ${{ env.DEFAULT_PYTHON }}
34
34
- name : Restore Python virtual environment
69
69
- name : Check out code from GitHub
70
70
71
71
- name : Set up Python ${{ needs.prepare.outputs.python-version }}
72
- uses : actions/setup-python@v5.3 .0
72
+ uses : actions/setup-python@v5.4 .0
73
73
id : python
74
74
with :
75
75
python-version : ${{ needs.prepare.outputs.python-version }}
@@ -112,7 +112,7 @@ jobs:
112
112
- name : Check out code from GitHub
113
113
114
114
- name : Set up Python ${{ needs.prepare.outputs.python-version }}
115
- uses : actions/setup-python@v5.3 .0
115
+ uses : actions/setup-python@v5.4 .0
116
116
id : python
117
117
with :
118
118
python-version : ${{ needs.prepare.outputs.python-version }}
@@ -170,7 +170,7 @@ jobs:
170
170
- name : Check out code from GitHub
171
171
172
172
- name : Set up Python ${{ needs.prepare.outputs.python-version }}
173
- uses : actions/setup-python@v5.3 .0
173
+ uses : actions/setup-python@v5.4 .0
174
174
id : python
175
175
with :
176
176
python-version : ${{ needs.prepare.outputs.python-version }}
@@ -214,7 +214,7 @@ jobs:
214
214
- name : Check out code from GitHub
215
215
216
216
- name : Set up Python ${{ needs.prepare.outputs.python-version }}
217
- uses : actions/setup-python@v5.3 .0
217
+ uses : actions/setup-python@v5.4 .0
218
218
id : python
219
219
with :
220
220
python-version : ${{ needs.prepare.outputs.python-version }}
@@ -258,7 +258,7 @@ jobs:
258
258
- name : Check out code from GitHub
259
259
260
260
- name : Set up Python ${{ needs.prepare.outputs.python-version }}
261
- uses : actions/setup-python@v5.3 .0
261
+ uses : actions/setup-python@v5.4 .0
262
262
id : python
263
263
with :
264
264
python-version : ${{ needs.prepare.outputs.python-version }}
@@ -294,12 +294,12 @@ jobs:
294
294
- name : Check out code from GitHub
295
295
296
296
- name : Set up Python ${{ needs.prepare.outputs.python-version }}
297
- uses : actions/setup-python@v5.3 .0
297
+ uses : actions/setup-python@v5.4 .0
298
298
id : python
299
299
with :
300
300
python-version : ${{ needs.prepare.outputs.python-version }}
301
301
- name : Install Cosign
302
- uses : sigstore/cosign-installer@v3.7 .0
302
+ uses : sigstore/cosign-installer@v3.8 .0
303
303
with :
304
304
cosign-release : " v2.4.0"
305
305
- name : Restore Python virtual environment
@@ -353,7 +353,7 @@ jobs:
353
353
- name : Check out code from GitHub
354
354
355
355
- name : Set up Python ${{ needs.prepare.outputs.python-version }}
356
- uses : actions/setup-python@v5.3 .0
356
+ uses : actions/setup-python@v5.4 .0
357
357
id : python
358
358
with :
359
359
python-version : ${{ needs.prepare.outputs.python-version }}
@@ -378,4 +378,4 @@ jobs:
378
378
coverage report
379
379
coverage xml
380
380
- name : Upload coverage to Codecov
381
- uses : codecov/codecov-action@v5.1.2
381
+ uses : codecov/codecov-action@v5.3.1
0 commit comments