8000 Merge pull request #25331 from numpy/dependabot/github_actions/action… · numpy/numpy@c9340c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit c9340c2

Browse files
authored
Merge pull request #25331 from numpy/dependabot/github_actions/actions/setup-python-5.0.0
MAINT: Bump actions/setup-python from 4.8.0 to 5.0.0
2 parents 6ef3089 + 22246db commit c9340c2

File tree

9 files changed

+26
-26
lines changed

9 files changed

+26
-26
lines changed

.github/workflows/emscripten.yml

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

4444
- name: set up python
4545
id: setup-python
46-
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
46+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
4747
with:
4848
python-version: ${{ env.PYTHON_VERSION }}
4949

.github/workflows/linux.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
submodules: recursive
3838
fetch-depth: 0
39-
- uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
39+
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
4040
with:
4141
python-version: '3.9'
4242
- name: Install linter requirements
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
submodules: recursive
5858
fetch-depth: 0
59-
- uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
59+
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
6060
with:
6161
python-version: '3.9'
6262
- uses: ./.github/meson_actions
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
submodules: recursive
7272
fetch-depth: 0
73-
- uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
73+
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
7474
with:
7575
python-version: 'pypy3.9-v7.3.12'
7676
- name: Setup using scipy-openblas
@@ -117,7 +117,7 @@ jobs:
117117
with:
118118
submodules: recursive
119119
fetch-depth: 0
120-
- uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
120+
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
121121
with:
122122
python-version: '3.9'
123123
- name: Install build and test dependencies from PyPI
@@ -152,7 +152,7 @@ jobs:
152152
with:
153153
submodules: recursive
154154
fetch-depth: 0
155-
- uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
155+
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
156156
with:
157157
python-version: '3.9'
158158
- name: Install build and benchmarking dependencies
@@ -183,7 +183,7 @@ jobs:
183183
with:
184184
submodules: recursive
185185
fetch-depth: 0
186-
- uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
186+
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
187187
with:
188188
python-version: '3.11'
189189
- name: Install gfortran and setup OpenBLAS (MacPython build)
@@ -226,7 +226,7 @@ jobs:
226226
submodules: 'true'
227227
path: 'array-api-tests'
228228
- name: Set up Python
229-
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
229+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
230230
with:
231231
python-version: '3.11'
232232
- name: Install build and test dependencies from PyPI
@@ -256,7 +256,7 @@ jobs:
256256
with:
257257
submodules: recursive
258258
fetch-depth: 0
259-
- uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
259+
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
260260
with:
261261
python-version: '3.11'
262262
- name: Install build and test dependencies from PyPI

.github/workflows/linux_blas.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
submodules: recursive
6969
fetch-depth: 0
70-
- uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
70+
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
7171
with:
7272
python-version: '3.11'
7373

@@ -189,7 +189,7 @@ jobs:
189189
with:
190190
submodules: recursive
191191
fetch-depth: 0
192-
- uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
192+
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
193193
with:
194194
python-version: '3.11'
195195

@@ -216,7 +216,7 @@ jobs:
216216
with:
217217
submodules: recursive
218218
fetch-depth: 0
219-
- uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
219+
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
220220
with:
221221
python-version: '3.11'
222222

@@ -275,7 +275,7 @@ jobs:
275275
with:
276276
submodules: recursive
277277
fetch-depth: 0
278-
- uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
278+
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
279279
with:
280280
python-version: '3.11'
281281

@@ -338,7 +338,7 @@ jobs:
338338
with:
339339
submodules: recursive
340340
fetch-depth: 0
341-
- uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
341+
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
342342
with:
343343
python-version: '3.11'
344344

@@ -373,7 +373,7 @@ jobs:
373373
with:
374374
submodules: recursive
375375
fetch-depth: 0
376-
- uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
376+
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
377377
with:
378378
python-version: '3.11'
379379

.github/workflows/linux_compiler_sanitizers.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@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
32+
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
3333
with:
3434
python-version: ${{ env.PYTHON_VERSION }}
3535
- name: Install dependencies

.github/workflows/linux_simd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
submodules: recursive
6363
fetch-depth: 0
64-
- uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
64+
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
6565
with:
6666
python-version: '3.9'
6767
- uses: ./.github/meson_actions
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
submodules: recursive
8080
fetch-depth: 0
81-
- uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
81+
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
8282
with:
8383
python-version: '3.9'
8484

@@ -142,7 +142,7 @@ jobs:
142142
with:
143143
submodules: recursive
144144
fetch-depth: 0
145-
- uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
145+
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
146146
with:
147147
python-version: "${{ matrix.BUILD_PROP[2] }}"
148148
- uses: ./.github/meson_actions
@@ -156,7 +156,7 @@ jobs:
156156
with:
157157
submodules: recursive
158158
fetch-depth: 0
159-
- uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
159+
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
160160
with:
161161
python-version: '3.11'
162162

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
submodules: recursive
110110
fetch-depth: 0
111111

112-
- uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
112+
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
113113
with:
114114
python-version: '3.10'
115115

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
submodules: recursive
5454
fetch-depth: 0
55-
- uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
55+
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
5656
with:
5757
python-version: ${{ matrix.os_python[1] }}
5858
- name: Install dependencies

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
if: runner.os == 'windows'
112112

113113
# Used to push the built wheels
114-
- uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
114+
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
115115
with:
116116
python-version: "3.x"
117117

@@ -183,7 +183,7 @@ jobs:
183183
# https://github.com/actions/checkout/issues/338
184184
fetch-depth: 0
185185
# Used to push the built wheels
186-
- uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
186+
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
187187
with:
188188
# Build sdist on lowest supported Python
189189
python-version: "3.9"

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: Setup Python
32-
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
32+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
3333
with:
3434
python-version: '3.11'
3535

@@ -90,7 +90,7 @@ jobs:
9090
fetch-depth: 0
9191

9292
- name: Setup Python (32-bit)
93-
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
93+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
9494
with:
9595
python-version: '3.10'
9696
architecture: 'x86'

0 commit comments

Comments
 (0)
0