Skip to content

Commit 7350626

Browse files
MAINT: Bump actions/setup-python from 5.2.0 to 5.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@f677139...0b93645) --- 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 41c6bbe commit 7350626

File tree

9 files changed

+27
-27
lines changed

9 files changed

+27
-27
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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
40+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
64+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
78+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
7979
with:
8080
python-version: 'pypy3.10-v7.3.17'
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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
125+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
160+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
197+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
239+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
267+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
72+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
198+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
226+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
286+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
349+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
385+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
33+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
65+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
82+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
147+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
161+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
211+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
122+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
57+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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
@@ -126,7 +126,7 @@ jobs:
126126
if: runner.os == 'windows'
127127

128128
# Used to push the built wheels
129-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
129+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
130130
with:
131131
python-version: "3.x"
132132

@@ -228,7 +228,7 @@ jobs:
228228
with:
229229
submodules: true
230230
# Used to push the built wheels
231-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
231+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
232232
with:
233233
# Build sdist on lowest supported Python
234234
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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
34+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
97+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
9898
with:
9999
python-version: '3.10'
100100
architecture: 'x86'

.github/workflows/windows_arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-tags: true
2828

2929
- name: Setup Python
30-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
30+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
3131
with:
3232
python-version: ${{env.python_version}}
3333
architecture: x64

0 commit comments

Comments
 (0)