Skip to content

Commit 3e6cc4a

Browse files
MAINT: Bump actions/setup-python from 5.1.0 to 5.1.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@82c7e63...39cd149) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2176571 commit 3e6cc4a

File tree

10 files changed

+28
-28
lines changed

10 files changed

+28
-28
lines changed

.github/workflows/emscripten.yml

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

6565
- name: Set up Python ${{ env.PYTHON_VERSION }}
6666
id: setup-python
67-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
67+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
6868
with:
6969
python-version: ${{ env.PYTHON_VERSION }}
7070

.github/workflows/free-threaded-wheels.yml

Lines changed: 1 addition & 1 deletion
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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
114+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
115115
with:
116116
python-version: "3.x"
117117

.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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
40+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
4141
with:
4242
python-version: '3.10'
4343
- name: Install linter requirements
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
submodules: recursive
6363
fetch-tags: true
64-
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
64+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
6565
with:
6666
python-version: ${{ matrix.version }}
6767
- uses: ./.github/meson_actions
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
submodules: recursive
7777
fetch-tags: true
78-
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
78+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
7979
with:
8080
python-version: 'pypy3.10-v7.3.15'
8181
- name: Setup using scipy-openblas
@@ -122,7 +122,7 @@ jobs:
122122
with:
123123
submodules: recursive
124124
fetch-tags: true
125-
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
125+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
126126
with:
127127
python-version: '3.10'
128128
- name: Install build and test dependencies from PyPI
@@ -157,7 +157,7 @@ jobs:
157157
with:
158158
submodules: recursive
159159
fetch-tags: true
160-
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
160+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
161161
with:
162162
python-version: '3.10'
163163
- name: Install build and benchmarking dependencies
@@ -194,7 +194,7 @@ jobs:
194194
with:
195195
submodules: recursive
196196
fetch-tags: true
197-
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
197+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
198198
with:
199199
python-version: '3.11'
200200
- name: Install gfortran and setup OpenBLAS (sdist build)
@@ -236,7 +236,7 @@ jobs:
236236
submodules: 'true'
237237
path: 'array-api-tests'
238238
- name: Set up Python
239-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
239+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
240240
with:
241241
python-version: '3.11'
242242
- name: Install build and test dependencies from PyPI
@@ -264,7 +264,7 @@ jobs:
264264
with:
265265
submodules: recursive
266266
fetch-tags: true
267-
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
267+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
268268
with:
269269
python-version: '3.11'
270270
- 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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
72+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
199+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
227+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
287+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
350+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
386+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
33+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
65+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
6666
with:
6767
python-version: '3.10'
6868
- uses: ./.github/meson_actions
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
submodules: recursive
8181
fetch-tags: true
82-
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
82+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
8383
with:
8484
python-version: '3.10'
8585

@@ -144,7 +144,7 @@ jobs:
144144
with:
145145
submodules: recursive
146146
fetch-tags: true
147-
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
147+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
161+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
162162
with:
163163
python-version: '3.11'
164164

@@ -208,7 +208,7 @@ jobs:
208208
with:
209209
submodules: recursive
210210
fetch-tags: true
211-
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
211+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
212212
with:
213213
python-version: '3.11'
214214

.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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
122+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
57+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
126+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
127127
with:
128128
python-version: "3.x"
129129

@@ -218,7 +218,7 @@ jobs:
218218
with:
219219
submodules: true
220220
# Used to push the built wheels
221-
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
221+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
222222
with:
223223
# Build sdist on lowest supported Python
224224
python-version: "3.10"

.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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
34+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
3535
with:
3636
python-version: '3.11'
3737

@@ -94,7 +94,7 @@ jobs:
9494
fetch-tags: true
9595

9696
- name: Setup Python (32-bit)
97-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
97+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
9898
with:
9999
python-version: '3.10'
100100
architecture: 'x86'

0 commit comments

Comments
 (0)