Skip to content

Commit edee6fa

Browse files
chore(deps): bump actions/setup-python from 5 to 6 (#653)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e608cf7 commit edee6fa

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
submodules: "recursive"
2424

25-
- uses: actions/setup-python@v5
25+
- uses: actions/setup-python@v6
2626
with:
2727
python-version: "3.11"
2828

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v6
2222

23-
- uses: actions/setup-python@v5
23+
- uses: actions/setup-python@v6
2424
with:
2525
python-version: "3.11"
2626

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
# executables, so we use the Python versions provided by github actions
137137
# for now.
138138
# Seems to be this question: https://stackoverflow.com/questions/78557803/python-with-rust-cannot-open-input-file-python3-lib
139-
- uses: actions/setup-python@v5
139+
- uses: actions/setup-python@v6
140140
with:
141141
python-version: 3.13
142142
architecture: ${{ matrix.platform.target }}
@@ -235,7 +235,7 @@ jobs:
235235
pattern: wheels-*-obstore
236236
merge-multiple: true
237237
path: dist
238-
- uses: actions/setup-python@v5
238+
- uses: actions/setup-python@v6
239239
with:
240240
python-version: 3.13
241241

0 commit comments

Comments
 (0)