Skip to content

Commit 2d7cf4b

Browse files
Bump actions/setup-python from 4 to 5 (#111)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 62b2ee2 commit 2d7cf4b

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@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)