Skip to content

Commit 96bd174

Browse files
Bump actions/setup-python from 4 to 5 (#170)
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 a18e2ea commit 96bd174

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Switch to using Python 3.9 by default
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v5
2323
with:
2424
cache: "pip"
2525
python-version: 3.9

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
fetch-depth: 0 # needed by setuptools-scm
7777

7878
- name: Set up Python ${{ matrix.python-version }}
79-
uses: actions/setup-python@v4
79+
uses: actions/setup-python@v5
8080
with:
8181
cache: "pip"
8282
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)