Skip to content

Commit ed4dcdc

Browse files
MAINT: Bump actions/setup-python from 5.0.0 to 5.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@0a5c615...82c7e63) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c369433 commit ed4dcdc

File tree

9 files changed

+27
-27
lines changed

9 files changed

+27
-27
lines changed

.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 ${{ env.PYTHON_VERSION }}
4444
id: setup-python
45-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
45+
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
4646
with:
4747
python-version: ${{ env.PYTHON_VERSION }}
4848

.github/workflows/linux.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
submodules: recursive
3939
fetch-depth: 0
40-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
40+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
4141
with:
4242
python-version: '3.9'
4343
- name: Install linter requirements
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
submodules: recursive
6060
fetch-tags: true
61-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
61+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
6262
with:
6363
python-version: '3.9'
6464
- uses: ./.github/meson_actions
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
submodules: recursive
7474
fetch-tags: true
75-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
75+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
7676
with:
7777
python-version: 'pypy3.9-v7.3.12'
7878
- name: Setup using scipy-openblas
@@ -119,7 +119,7 @@ jobs:
119119
with:
120120
submodules: recursive
121121
fetch-tags: true
122-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
122+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
123123
with:
124124
python-version: '3.9'
125125
- name: Install build and test dependencies from PyPI
@@ -156,7 +156,7 @@ jobs:
156156
with:
157157
submodules: recursive
158158
fetch-tags: true
159-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
159+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
160160
with:
161161
python-version: '3.9'
162162
- name: Install build and benchmarking dependencies
@@ -187,7 +187,7 @@ jobs:
187187
with:
188188
submodules: recursive
189189
fetch-tags: true
190-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
190+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
191191
with:
192192
python-version: '3.11'
193193
- name: Install gfortran and setup OpenBLAS (sdist build)
@@ -229,7 +229,7 @@ jobs:
229229
submodules: 'true'
230230
path: 'array-api-tests'
231231
- name: Set up Python
232-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
232+
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
233233
with:
234234
python-version: '3.11'
235235
- name: Install build and test dependencies from PyPI
@@ -259,7 +259,7 @@ jobs:
259259
with:
260260
submodules: recursive
261261
fetch-tags: true
262-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
262+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
263263
with:
264264
python-version: '3.11'
265265
- 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
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
submodules: recursive
7171
fetch-tags: true
72-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
72+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
7373
with:
7474
python-version: '3.11'
7575

@@ -196,7 +196,7 @@ jobs:
196196
with:
197197
submodules: recursive
198198
fetch-tags: true
199-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
199+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
200200
with:
201201
python-version: '3.11'
202202

@@ -224,7 +224,7 @@ jobs:
224224
with:
225225
submodules: recursive
226226
fetch-tags: true
227-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
227+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
228228
with:
229229
python-version: '3.11'
230230

@@ -284,7 +284,7 @@ jobs:
284284
with:
285285
submodules: recursive
286286
fetch-tags: true
287-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
287+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
288288
with:
289289
python-version: '3.11'
290290

@@ -347,7 +347,7 @@ jobs:
347347
with:
348348
submodules: recursive
349349
fetch-tags: true
350-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
350+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
351351
with:
352352
python-version: '3.11'
353353

@@ -383,7 +383,7 @@ jobs:
383383
with:
384384
submodules: recursive
385385
fetch-tags: true
386-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
386+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
387387
with:
388388
python-version: '3.11'
389389

.github/workflows/linux_compiler_sanitizers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
submodules: recursive
3232
fetch-tags: true
33-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
33+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
3434
with:
3535
python-version: ${{ env.PYTHON_VERSION }}
3636
- name: Install dependencies

.github/workflows/linux_simd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
submodules: recursive
6464
fetch-tags: true
65-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
65+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
6666
with:
6767
python-version: '3.9'
6868
- uses: ./.github/meson_actions
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
submodules: recursive
8181
fetch-tags: true
82-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
82+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
8383
with:
8484
python-version: '3.9'
8585

@@ -144,7 +144,7 @@ jobs:
144144
with:
145145
submodules: recursive
146146
fetch-tags: true
147-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
147+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
148148
with:
149149
python-version: "${{ matrix.BUILD_PROP[2] }}"
150150
- uses: ./.github/meson_actions
@@ -158,7 +158,7 @@ jobs:
158158
with:
159159
submodules: recursive
160160
fetch-tags: true
161-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
161+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
162162
with:
163163
python-version: '3.11'
164164

@@ -212,7 +212,7 @@ jobs:
212212
with:
213213
submodules: recursive
214214
fetch-tags: true
215-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
215+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
216216
with:
217217
python-version: '3.11'
218218

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
submodules: recursive
120120
fetch-tags: true
121121

122-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
122+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
123123
with:
124124
python-version: '3.10'
125125

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
submodules: recursive
5656
fetch-tags: true
57-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
57+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
5858
with:
5959
python-version: ${{ matrix.os_python[1] }}
6060
- name: Install dependencies

.github/workflows/wheels.yml

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

125125
# Used to push the built wheels
126-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
126+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
127127
with:
128128
python-version: "3.x"
129129

@@ -213,7 +213,7 @@ jobs:
213213
with:
214214
submodules: true
215215
# Used to push the built wheels
216-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
216+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
217217
with:
218218
# Build sdist on lowest supported Python
219219
python-version: "3.9"

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-tags: true
3232

3333
- name: Setup Python
34-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
34+
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
3535
with:
3636
python-version: '3.11'
3737

@@ -91,7 +91,7 @@ jobs:
9191
fetch-tags: true
9292

9393
- name: Setup Python (32-bit)
94-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
94+
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
9595
with:
9696
python-version: '3.10'
9797
architecture: 'x86'

0 commit comments

Comments
 (0)