Skip to content

Commit 09ff626

Browse files
authored
Merge pull request numpy#27311 from numpy/dependabot/github_actions/actions/setup-python-5.2.0
MAINT: Bump actions/setup-python from 5.1.1 to 5.2.0
2 parents 37b3c3c + 21c4a13 commit 09ff626

File tree

8 files changed

+26
-26
lines changed

8 files changed

+26
-26
lines changed

.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@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
40+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
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@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
64+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
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@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
78+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
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@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
125+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
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@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
160+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
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@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
197+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
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@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
239+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
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@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
267+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
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@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
72+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
7373
with:
7474
python-version: '3.11'
7575

@@ -195,7 +195,7 @@ jobs:
195195
with:
196196
submodules: recursive
197197
fetch-tags: true
198-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
198+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
199199
with:
200200
python-version: '3.11'
201201

@@ -223,7 +223,7 @@ jobs:
223223
with:
224224
submodules: recursive
225225
fetch-tags: true
226-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
226+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
227227
with:
228228
python-version: '3.11'
229229

@@ -283,7 +283,7 @@ jobs:
283283
with:
284284
submodules: recursive
285285
fetch-tags: true
286-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
286+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
287287
with:
288288
python-version: '3.11'
289289

@@ -346,7 +346,7 @@ jobs:
346346
with:
347347
submodules: recursive
348348
fetch-tags: true
349-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
349+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
350350
with:
351351
python-version: '3.11'
352352

@@ -382,7 +382,7 @@ jobs:
382382
with:
383383
submodules: recursive
384384
fetch-tags: true
385-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
385+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
386386
with:
387387
python-version: '3.11'
388388

.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@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
33+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.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@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
65+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
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@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
82+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
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@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
147+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.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@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
161+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
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@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
211+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
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@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
122+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.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@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
57+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.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
@@ -130,7 +130,7 @@ jobs:
130130
if: runner.os == 'windows'
131131

132132
# Used to push the built wheels
133-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
133+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
134134
with:
135135
python-version: "3.x"
136136

@@ -231,7 +231,7 @@ jobs:
231231
with:
232232
submodules: true
233233
# Used to push the built wheels
234-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
234+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
235235
with:
236236
# Build sdist on lowest supported Python
237237
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@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
34+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
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@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
97+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
9898
with:
9999
python-version: '3.10'
100100
architecture: 'x86'

0 commit comments

Comments
 (0)