15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- name : Set up Python
18
- uses : actions/setup-python@v5
18
+ uses : actions/setup-python@v6
19
19
with :
20
20
python-version : ' 3.x'
21
21
- name : Install dependencies
31
31
steps :
32
32
- uses : actions/checkout@v4
33
33
- name : Set up Python
34
- uses : actions/setup-python@v5
34
+ uses : actions/setup-python@v6
35
35
with :
36
36
python-version : ' 3.11'
37
37
- name : Install dependencies
51
51
steps :
52
52
- uses : actions/checkout@v4
53
53
- name : Set up Python
54
- uses : actions/setup-python@v5
54
+ uses : actions/setup-python@v6
55
55
with :
56
56
python-version : ' 3.x'
57
57
- name : Install dependencies
71
71
steps :
72
72
- uses : actions/checkout@v4
73
73
- name : Set up Python
74
- uses : actions/setup-python@v5
74
+ uses : actions/setup-python@v6
75
75
with :
76
76
python-version : ' 3.x'
77
77
- name : Install dependencies
87
87
steps :
88
88
- uses : actions/checkout@v4
89
89
- name : Set up Python
90
- uses : actions/setup-python@v5
90
+ uses : actions/setup-python@v6
91
91
with :
92
92
python-version : ' 3.x'
93
93
- name : Install dependencies
@@ -111,7 +111,7 @@ jobs:
111
111
steps :
112
112
- uses : actions/checkout@v4
113
113
- name : Set up Python ${{ matrix.python-version }}
114
- uses : actions/setup-python@v5
114
+ uses : actions/setup-python@v6
115
115
with :
116
116
python-version : ${{ matrix.python-version }}
117
117
- name : Install dependencies
@@ -157,7 +157,7 @@ jobs:
157
157
steps :
158
158
- uses : actions/checkout@v4
159
159
- name : Set up Python ${{ matrix.python-version }}
160
- uses : actions/setup-python@v5
160
+ uses : actions/setup-python@v6
161
161
with :
162
162
python-version : ${{ matrix.python-version }}
163
163
- name : Install dependencies
@@ -189,7 +189,7 @@ jobs:
189
189
steps :
190
190
- uses : actions/checkout@v4
191
191
- name : Set up Python ${{ matrix.python-version }}
192
- uses : actions/setup-python@v5
192
+ uses : actions/setup-python@v6
193
193
with :
194
194
python-version : ${{ matrix.python-version }}
195
195
architecture : ${{ matrix.WINDOWS.ARCH }}
@@ -216,7 +216,7 @@ jobs:
216
216
with :
217
217
fetch-depth : 0 # need for setuptools_scm
218
218
- name : Set up Python
219
- uses : actions/setup-python@v5
219
+ uses : actions/setup-python@v6
220
220
with :
221
221
python-version : ' 3.x'
222
222
- name : Install dependencies
@@ -238,7 +238,7 @@ jobs:
238
238
steps :
239
239
- uses : actions/checkout@v4
240
240
- name : Set up Python
241
- uses : actions/setup-python@v5
241
+ uses : actions/setup-python@v6
242
242
with :
243
243
python-version : ' 3.x'
244
244
cache : ' pip'
@@ -275,7 +275,7 @@ jobs:
275
275
fetch-depth : 0 # need for setuptools_scm
276
276
277
277
# Used to host cibuildwheel
278
- - uses : actions/setup-python@v5
278
+ - uses : actions/setup-python@v6
279
279
with :
280
280
python-version : " 3.11"
281
281
0 commit comments