Skip to content

Commit 7772888

Browse files
authored
Merge pull request numpy#22531 from charris/update-setup-python
BLD, CI: Update setup-python
2 parents 371f85e + 72a6f73 commit 7772888

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

.github/workflows/build_test.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
submodules: recursive
3737
fetch-depth: 0
38-
- uses: actions/setup-python@v3
38+
- uses: actions/setup-python@v4
3939
with:
4040
python-version: ${{ env.PYTHON_VERSION }}
4141
- name: Install linter requirements
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
submodules: recursive
5757
fetch-depth: 0
58-
- uses: actions/setup-python@v3
58+
- uses: actions/setup-python@v4
5959
with:
6060
python-version: ${{ env.PYTHON_VERSION }}
6161
- uses: ./.github/actions
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
submodules: recursive
7575
fetch-depth: 0
76-
- uses: actions/setup-python@v3
76+
- uses: actions/setup-python@v4
7777
with:
7878
python-version: ${{ matrix.python-version }}
7979
- uses: ./.github/actions
@@ -132,7 +132,7 @@ jobs:
132132
with:
133133
submodules: recursive
134134
fetch-depth: 0
135-
- uses: actions/setup-python@v3
135+
- uses: actions/setup-python@v4
136136
with:
137137
python-version: ${{ env.PYTHON_VERSION }}
138138
- uses: ./.github/actions
@@ -147,7 +147,7 @@ jobs:
147147
with:
148148
submodules: recursive
149149
fetch-depth: 0
150-
- uses: actions/setup-python@v3
150+
- uses: actions/setup-python@v4
151151
with:
152152
python-version: ${{ env.PYTHON_VERSION }}
153153
- uses: ./.github/actions
@@ -162,7 +162,7 @@ jobs:
162162
with:
163163
submodules: recursive
164164
fetch-depth: 0
165-
- uses: actions/setup-python@v3
165+
- uses: actions/setup-python@v4
166166
with:
167167
python-version: ${{ env.PYTHON_VERSION }}
168168
- uses: ./.github/actions
@@ -177,7 +177,7 @@ jobs:
177177
with:
178178
submodules: recursive
179179
fetch-depth: 0
180-
- uses: actions/setup-python@v3
180+
- uses: actions/setup-python@v4
181181
with:
182182
python-version: ${{ env.PYTHON_VERSION }}
183183
- uses: ./.github/actions
@@ -192,7 +192,7 @@ jobs:
192192
with:
193193
submodules: recursive
194194
fetch-depth: 0
195-
- uses: actions/setup-python@v3
195+
- uses: actions/setup-python@v4
196196
with:
197197
python-version: ${{ env.PYTHON_VERSION }}
198198
- uses: ./.github/actions
@@ -210,7 +210,7 @@ jobs:
210210
with:
211211
submodules: recursive
212212
fetch-depth: 0
213-
- uses: actions/setup-python@v3
213+
- uses: actions/setup-python@v4
214214
with:
215215
python-version: ${{ env.PYTHON_VERSION }}
216216
- uses: ./.github/actions
@@ -231,7 +231,7 @@ jobs:
231231
with:
232232
submodules: recursive
233233
fetch-depth: 0
234-
- uses: actions/setup-python@v3
234+
- uses: actions/setup-python@v4
235235
with:
236236
python-version: ${{ env.PYTHON_VERSION }}
237237
- uses: ./.github/actions
@@ -248,7 +248,7 @@ jobs:
248248
with:
249249
submodules: recursive
250250
fetch-depth: 0
251-
- uses: actions/setup-python@v3
251+
- uses: actions/setup-python@v4
252252
with:
253253
python-version: ${{ env.PYTHON_VERSION }}
254254
- uses: ./.github/actions
@@ -263,7 +263,7 @@ jobs:
263263
with:
264264
submodules: recursive
265265
fetch-depth: 0
266-
- uses: actions/setup-python@v3
266+
- uses: actions/setup-python@v4
267267
with:
268268
python-version: ${{ env.PYTHON_VERSION }}
269269
- uses: ./.github/actions
@@ -278,7 +278,7 @@ jobs:
278278
with:
279279
submodules: recursive
280280
fetch-depth: 0
281-
- uses: actions/setup-python@v3
281+
- uses: actions/setup-python@v4
282282
with:
283283
python-version: ${{ env.PYTHON_VERSION }}
284284
- uses: ./.github/actions
@@ -296,7 +296,7 @@ jobs:
296296
with:
297297
submodules: recursive
298298
fetch-depth: 0
299-
- uses: actions/setup-python@v3
299+
- uses: actions/setup-python@v4
300300
with:
301301
python-version: ${{ env.PYTHON_VERSION }}
302302
- uses: ./.github/actions
@@ -309,7 +309,7 @@ jobs:
309309
with:
310310
submodules: recursive
311311
fetch-depth: 0
312-
- uses: actions/setup-python@v3
312+
- uses: actions/setup-python@v4
313313
with:
314314
python-version: pypy-3.8-v7.3.9
315315
- uses: ./.github/actions
@@ -324,7 +324,7 @@ jobs:
324324
with:
325325
submodules: recursive
326326
fetch-depth: 0
327-
- uses: actions/setup-python@v3
327+
- uses: actions/setup-python@v4
328328
with:
329329
python-version: ${{ env.PYTHON_VERSION }}
330330
- uses: ./.github/actions
@@ -393,7 +393,7 @@ jobs:
393393
with:
394394
submodules: recursive
395395
fetch-depth: 0
396-
- uses: actions/setup-python@v3
396+
- uses: actions/setup-python@v4
397397
with:
398398
python-version: ${{ env.PYTHON_VERSION }}
399399
- name: Install Intel SDE

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
fetch-depth: 0
105105

106106
# Used to push the built wheels
107-
- uses: actions/setup-python@v3
107+
- uses: actions/setup-python@v4
108108
with:
109109
python-version: "3.x"
110110

@@ -169,7 +169,7 @@ jobs:
169169
# https://github.com/actions/checkout/issues/338
170170
fetch-depth: 0
171171
# Used to push the built wheels
172-
- uses: actions/setup-python@v3
172+
- uses: actions/setup-python@v4
173173
with:
174174
# Build sdist on lowest supported Python
175175
python-version: "3.8"

0 commit comments

Comments
 (0)