Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f8213bc

Browse files
authoredDec 11, 2023
Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 62b2ee2 commit f8213bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/pypi-release.yaml

+2-2
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@v4
15+
- uses: actions/setup-python@v5
1616
name: Install Python
1717
with:
1818
python-version: 3.8
@@ -47,7 +47,7 @@ jobs:
4747
needs: build-artifacts
4848
runs-on: ubuntu-latest
4949
steps:
50-
- uses: actions/setup-python@v4
50+
- uses: actions/setup-python@v5
5151
name: Install Python
5252
with:
5353
python-version: 3.8

0 commit comments

Comments
 (0)
Please sign in to comment.