Skip to content

Commit dff0570

Browse files
build(deps): bump actions/setup-python from 5 to 6 (#547)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a2ad2c0 commit dff0570

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v5
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: "3.x"
2626

@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v5
3535

3636
- name: Set up Python
37-
uses: actions/setup-python@v5
37+
uses: actions/setup-python@v6
3838
with:
3939
python-version: "3.x"
4040

@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@v5
4949

5050
- name: Set up Python
51-
uses: actions/setup-python@v5
51+
uses: actions/setup-python@v6
5252
with:
5353
python-version: "3.x"
5454

@@ -120,7 +120,7 @@ jobs:
120120
- uses: actions/checkout@v5
121121

122122
- name: Set up Python ${{ matrix.python-version }}
123-
uses: actions/setup-python@v5
123+
uses: actions/setup-python@v6
124124
with:
125125
python-version: ${{ matrix.python-version }}
126126
architecture: ${{ matrix.platform.python-architecture }}
@@ -177,7 +177,7 @@ jobs:
177177
steps:
178178
- uses: actions/checkout@v5
179179
- name: Setup python
180-
uses: actions/setup-python@v5
180+
uses: actions/setup-python@v6
181181
with:
182182
python-version: 3.9
183183

@@ -204,7 +204,7 @@ jobs:
204204
# Now we switch to a differnet Python version and ensure we can install
205205
# the wheel we just built.
206206
- name: Setup python
207-
uses: actions/setup-python@v5
207+
uses: actions/setup-python@v6
208208
with:
209209
python-version: "3.10"
210210

@@ -236,7 +236,7 @@ jobs:
236236
steps:
237237
- uses: actions/checkout@v5
238238
- name: Set up Python
239-
uses: actions/setup-python@v5
239+
uses: actions/setup-python@v6
240240
with:
241241
python-version: "3.x"
242242
- uses: docker/setup-qemu-action@v3
@@ -248,7 +248,7 @@ jobs:
248248
steps:
249249
- uses: actions/checkout@v5
250250
- name: Setup python
251-
uses: actions/setup-python@v5
251+
uses: actions/setup-python@v6
252252
with:
253253
python-version: "3.x"
254254
- uses: dtolnay/rust-toolchain@stable
@@ -265,7 +265,7 @@ jobs:
265265
steps:
266266
- uses: actions/checkout@v5
267267
- name: Setup python
268-
uses: actions/setup-python@v5
268+
uses: actions/setup-python@v6
269269
with:
270270
python-version: "3.10" # must match the ubuntu version in the install, and also the version copied out of the docker image below
271271
- uses: dtolnay/rust-toolchain@stable
@@ -413,7 +413,7 @@ jobs:
413413
with:
414414
version: ${{env.EMSCRIPTEN_VERSION}}
415415
actions-cache-folder: emsdk-cache
416-
- uses: actions/setup-python@v5
416+
- uses: actions/setup-python@v6
417417
id: setup-python
418418
with:
419419
python-version: ${{env.PYTHON_VERSION}}

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Fetch all history so that setuptools_scm works correctly
2020
fetch-depth: 0
2121
- name: Set up Python
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: '3.x'
2525
- name: Install dependencies

0 commit comments

Comments
 (0)