Skip to content

Commit ec4d156

Browse files
authored
Merge pull request numpy#24173 from numpy/dependabot/github_actions/actions/setup-python-4.7.0
MAINT: Bump actions/setup-python from 4.6.1 to 4.7.0
2 parents 9d8d46a + 58af0fc commit ec4d156

File tree

6 files changed

+23
-23
lines changed

6 files changed

+23
-23
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
@@ -193,7 +193,7 @@ jobs:
193193
with:
194194
submodules: recursive
195195
fetch-depth: 0
196-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
196+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
197197
with:
198198
python-version: ${{ env.PYTHON_VERSION }}
199199

@@ -210,7 +210,7 @@ jobs:
210210
with:
211211
submodules: recursive
212212
fetch-depth: 0
213-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
213+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
214214
with:
215215
python-version: ${{ env.PYTHON_VERSION }}
216216
- uses: ./.github/actions
@@ -228,7 +228,7 @@ jobs:
228228
with:
229229
submodules: recursive
230230
fetch-depth: 0
231-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
231+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
232232
with:
233233
python-version: ${{ env.PYTHON_VERSION }}
234234
- uses: ./.github/actions
@@ -250,7 +250,7 @@ jobs:
250250
with:
251251
submodules: recursive
252252
fetch-depth: 0
253-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
253+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
254254
with:
255255
python-version: ${{ env.PYTHON_VERSION }}
256256
- uses: ./.github/actions
@@ -268,7 +268,7 @@ jobs:
268268
with:
269269
submodules: recursive
270270
fetch-depth: 0
271-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
271+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
272272
with:
273273
python-version: ${{ env.PYTHON_VERSION }}
274274
- uses: ./.github/actions
@@ -284,7 +284,7 @@ jobs:
284284
with:
285285
submodules: recursive
286286
fetch-depth: 0
287-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
287+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
288288
with:
289289
python-version: ${{ env.PYTHON_VERSION }}
290290
- uses: ./.github/actions
@@ -303,7 +303,7 @@ jobs:
303303
with:
304304
submodules: recursive
305305
fetch-depth: 0
306-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
306+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
307307
with:
308308
python-version: ${{ env.PYTHON_VERSION }}
309309
- uses: ./.github/actions
@@ -319,7 +319,7 @@ jobs:
319319
with:
320320
submodules: recursive
321321
fetch-depth: 0
322-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
322+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
323323
with:
324324
python-version: ${{ env.PYTHON_VERSION }}
325325
- uses: ./.github/actions
@@ -391,7 +391,7 @@ jobs:
391391
with:
392392
submodules: recursive
393393
fetch-depth: 0
394-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
394+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
395395
with:
396396
python-version: ${{ env.PYTHON_VERSION }}
397397
- name: Install Intel SDE
@@ -420,7 +420,7 @@ jobs:
420420
with:
421421
submodules: recursive
422422
fetch-depth: 0
423-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
423+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
424424
with:
425425
python-version: ${{ env.PYTHON_VERSION }}
426426
- name: Install Intel SDE

.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
if: runner.os == 'windows'
107107

108108
# Used to push the built wheels
109-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
109+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
110110
with:
111111
python-version: "3.x"
112112

@@ -180,7 +180,7 @@ jobs:
180180
# https://github.com/actions/checkout/issues/338
181181
fetch-depth: 0
182182
# Used to push the built wheels
183-
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
183+
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
184184
with:
185185
# Build sdist on lowest supported Python
186186
python-version: "3.9"

.github/workflows/windows_clangcl.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

.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

0 commit comments

Comments
 (0)