Skip to content

Commit 3cfbf69

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 858246c commit 3cfbf69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v5
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.11
@@ -47,7 +47,7 @@ jobs:
4747
needs: build-artifacts
4848
runs-on: ubuntu-latest
4949
steps:
50-
- uses: actions/setup-python@v5
50+
- uses: actions/setup-python@v6
5151
name: Install Python
5252
with:
5353
python-version: 3.11

0 commit comments

Comments
 (0)