Skip to content

Commit ef46300

Browse files
authored
Merge pull request numpy#24179 from charris/backport-24173-24160-24159-24158
MAINT: Upgrade various build dependencies.
2 parents a541dbd + ed3f963 commit ef46300

File tree

7 files changed

+25
-25
lines changed

7 files changed

+25
-25
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@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
38+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
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@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
58+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
5959
with:
6060
python-version: ${{ env.PYTHON_VERSION }}
6161
- uses: ./.github/actions
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
submodules: recursive
7676
fetch-depth: 0
77-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
77+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
7878
with:
7979
python-version: ${{ matrix.python-version }}
8080
- uses: ./.github/actions
@@ -128,7 +128,7 @@ jobs:
128128
with:
129129
submodules: recursive
130130
fetch-depth: 0
131-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
131+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
132132
with:
133133
python-version: ${{ env.PYTHON_VERSION }}
134134
- uses: ./.github/actions
@@ -144,7 +144,7 @@ jobs:
144144
with:
145145
submodules: recursive
146146
fetch-depth: 0
147-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
147+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
148148
with:
149149
python-version: ${{ env.PYTHON_VERSION }}
150150
- uses: ./.github/actions
@@ -160,7 +160,7 @@ jobs:
160160
with:
161161
submodules: recursive
162162
fetch-depth: 0
163-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
163+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
164164
with:
165165
python-version: ${{ env.PYTHON_VERSION }}
166166
- uses: ./.github/actions
@@ -176,7 +176,7 @@ jobs:
176176
with:
177177
submodules: recursive
178178
fetch-depth: 0
179-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
179+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
180180
with:
181181
python-version: ${{ env.PYTHON_VERSION }}
182182
- uses: ./.github/actions
@@ -192,7 +192,7 @@ jobs:
192192
with:
193193
submodules: recursive
194194
fetch-depth: 0
195-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
195+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
196196
with:
197197
python-version: ${{ env.PYTHON_VERSION }}
198198
- uses: ./.github/actions
@@ -208,7 +208,7 @@ jobs:
208208
with:
209209
submodules: recursive
210210
fetch-depth: 0
211-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
211+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
212212
with:
213213
python-version: ${{ env.PYTHON_VERSION }}
214214
- uses: ./.github/actions
@@ -226,7 +226,7 @@ jobs:
226226
with:
227227
submodules: recursive
228228
fetch-depth: 0
229-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
229+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
230230
with:
231231
python-version: ${{ env.PYTHON_VERSION }}
232232
- uses: ./.github/actions
@@ -248,7 +248,7 @@ jobs:
248248
with:
249249
submodules: recursive
250250
fetch-depth: 0
251-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
251+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
252252
with:
253253
python-version: ${{ env.PYTHON_VERSION }}
254254
- uses: ./.github/actions
@@ -266,7 +266,7 @@ jobs:
266266
with:
267267
submodules: recursive
268268
fetch-depth: 0
269-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
269+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
270270
with:
271271
python-version: ${{ env.PYTHON_VERSION }}
272272
- uses: ./.github/actions
@@ -282,7 +282,7 @@ jobs:
282282
with:
283283
submodules: recursive
284284
fetch-depth: 0
285-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
285+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
286286
with:
287287
python-version: ${{ env.PYTHON_VERSION }}
288288
- uses: ./.github/actions
@@ -321,7 +321,7 @@ jobs:
321321
with:
322322
submodules: recursive
323323
fetch-depth: 0
324-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
324+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
325325
with:
326326
python-version: ${{ env.PYTHON_VERSION }}
327327
- uses: ./.github/actions
@@ -337,7 +337,7 @@ jobs:
337337
with:
338338
submodules: recursive
339339
fetch-depth: 0
340-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
340+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
341341
with:
342342
python-version: ${{ env.PYTHON_VERSION }}
343343
- uses: ./.github/actions
@@ -409,7 +409,7 @@ jobs:
409409
with:
410410
submodules: recursive
411411
fetch-depth: 0
412-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
412+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
413413
with:
414414
python-version: ${{ env.PYTHON_VERSION }}
415415
- name: Install Intel SDE
@@ -438,7 +438,7 @@ jobs:
438438
with:
439439
submodules: recursive
440440
fetch-depth: 0
441-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
441+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
442442
with:
443443
python-version: ${{ env.PYTHON_VERSION }}
444444
- name: Install Intel SDE

.github/workflows/circleci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
statuses: write
1818
steps:
1919
- name: GitHub Action step
20-
uses: larsoner/circleci-artifacts-redirector-action@0a7552bf8cf99cbd40a8928fa48e858e205b98c8 # master
20+
uses: larsoner/circleci-artifacts-redirector-action@443f056c4757600f1452146a7ce1627d1c034029 # master
2121
with:
2222
repo-token: ${{ secrets.GITHUB_TOKEN }}
2323
api-token: ${{ secrets.CIRCLE_TOKEN }}

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: set up python
4444
id: setup-python
45-
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
45+
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
4646
with:
4747
python-version: ${{ env.PYTHON_VERSION }}
4848

.github/workflows/linux_meson.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
submodules: recursive
3131
fetch-depth: 0
32-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
32+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
3333
with:
3434
python-version: ${{ env.PYTHON_VERSION }}
3535
- name: Install dependencies

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
fetch-depth: 0
103103

104104
# Used to push the built wheels
105-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
105+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
106106
with:
107107
python-version: "3.x"
108108

@@ -118,7 +118,7 @@ jobs:
118118
if: ${{ matrix.buildplat[1] == 'win32' }}
119119

120120
- name: Build wheels
121-
uses: pypa/cibuildwheel@0ecddd92b62987d7a2ae8911f4bb8ec9e2e4496a # v2.13.1
121+
uses: pypa/cibuildwheel@66b46d086804a9e9782354100d96a3a445431bca # v2.14.0
122122
env:
123123
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
124124

@@ -186,7 +186,7 @@ jobs:
186186
# https://github.com/actions/checkout/issues/338
187187
fetch-depth: 0
188188
# Used to push the built wheels
189-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
189+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
190190
with:
191191
# Build sdist on lowest supported Python
192192
python-version: "3.9"

.github/workflows/windows_meson.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
submodules: recursive
2929
fetch-depth: 0
3030
- name: Setup Python
31-
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
31+
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
3232
with:
3333
python-version: ${{ env.PYTHON_VERSION }}
3434

tools/ci/cirrus_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
build_and_store_wheels: &BUILD_AND_STORE_WHEELS
22
install_cibuildwheel_script:
3-
- python -m pip install cibuildwheel==2.13.1
3+
- python -m pip install cibuildwheel==2.14.0
44
cibuildwheel_script:
55
- cibuildwheel
66
wheels_artifacts:

0 commit comments

Comments
 (0)