Skip to content

Commit 97fe5cc

Browse files
Bump actions/setup-python from 5 to 6
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]>
1 parent a10ae83 commit 97fe5cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
toolchain: 1.79.0
2020
default: true
21-
- uses: actions/setup-python@v5
21+
- uses: actions/setup-python@v6
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
- name: build wheels
@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
- name: checkout
5757
uses: actions/checkout@v5
58-
- uses: actions/setup-python@v5
58+
- uses: actions/setup-python@v6
5959
with:
6060
python-version: ${{ matrix.python-version }}
6161
- name: maturin

0 commit comments

Comments
 (0)