Skip to content

Commit 43bfe28

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] <support@github.com>
1 parent 4f5cda4 commit 43bfe28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
15-
- uses: actions/setup-python@v5
15+
- uses: actions/setup-python@v6
1616
name: Install Python
1717
with:
1818
python-version: 3.13
@@ -45,7 +45,7 @@ jobs:
4545
needs: build-artifacts
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: actions/setup-python@v5
48+
- uses: actions/setup-python@v6
4949
name: Install Python
5050
with:
5151
python-version: 3.13

0 commit comments

Comments
 (0)