36
36
uses : actions/checkout@v5
37
37
- name : Setup Python Environment
38
38
# see https://github.com/actions/setup-python
39
- uses : actions/setup-python@v5
39
+ uses : actions/setup-python@v6
40
40
with :
41
41
python-version : ${{ env.PYTHON_VERSION_DEFAULT }}
42
42
architecture : ' x64'
60
60
uses : actions/checkout@v5
61
61
- name : Setup Python Environment
62
62
# see https://github.com/actions/setup-python
63
- uses : actions/setup-python@v5
63
+ uses : actions/setup-python@v6
64
64
with :
65
65
python-version : ${{ env.PYTHON_VERSION_DEFAULT }}
66
66
architecture : ' x64'
84
84
uses : actions/checkout@v5
85
85
- name : Setup Python Environment
86
86
# see https://github.com/actions/setup-python
87
- uses : actions/setup-python@v5
87
+ uses : actions/setup-python@v6
88
88
with :
89
89
python-version : ${{ env.PYTHON_VERSION_DEFAULT }}
90
90
architecture : ' x64'
@@ -108,7 +108,7 @@ jobs:
108
108
uses : actions/checkout@v5
109
109
- name : Setup Python Environment
110
110
# see https://github.com/actions/setup-python
111
- uses : actions/setup-python@v5
111
+ uses : actions/setup-python@v6
112
112
with :
113
113
python-version : ${{ env.PYTHON_VERSION_DEFAULT }}
114
114
architecture : ' x64'
@@ -144,7 +144,7 @@ jobs:
144
144
uses : actions/checkout@v5
145
145
- name : Setup Python Environment
146
146
# see https://github.com/actions/setup-python
147
- uses : actions/setup-python@v5
147
+ uses : actions/setup-python@v6
148
148
with :
149
149
python-version : ${{ matrix.python-version }}
150
150
architecture : ' x64'
@@ -208,7 +208,7 @@ jobs:
208
208
run : mkdir ${{ env.REPORTS_DIR }}
209
209
- name : Setup Python Environment
210
210
# see https://github.com/actions/setup-python
211
- uses : actions/setup-python@v5
211
+ uses : actions/setup-python@v6
212
212
with :
213
213
python-version : ${{ matrix.python-version }}
214
214
architecture : ' x64'
@@ -284,7 +284,7 @@ jobs:
284
284
uses : actions/checkout@v5
285
285
- name : Setup Python Environment
286
286
# see https://github.com/actions/setup-python
287
- uses : actions/setup-python@v5
287
+ uses : actions/setup-python@v6
288
288
with :
289
289
python-version : ' >=3.9 <=3.13' # supported version range
290
290
- name : Validate Python Environment
0 commit comments