Skip to content

Commit 2922189

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 086d090 commit 2922189

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pr-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
# Install bundled libs using 3.8 even though you test it on other versions.
5757
- name: Use Python 3.8
58-
uses: actions/setup-python@v4
58+
uses: actions/setup-python@v5
5959
with:
6060
python-version: '3.8'
6161

@@ -81,7 +81,7 @@ jobs:
8181
# Now that the bundle is installed to target using python 3.8
8282
# switch back the python we want to test with
8383
- name: Use Python ${{ matrix.python }}
84-
uses: actions/setup-python@v4
84+
uses: actions/setup-python@v5
8585
with:
8686
python-version: ${{ matrix.python }}
8787

.github/workflows/push-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
# Install bundled libs using 3.8 even though you test it on other versions.
6262
- name: Use Python 3.8
63-
uses: actions/setup-python@v4
63+
uses: actions/setup-python@v5
6464
with:
6565
python-version: '3.8'
6666

@@ -86,7 +86,7 @@ jobs:
8686
# Now that the bundle is installed to target using python 3.8
8787
# switch back the python we want to test with
8888
- name: Use Python ${{ matrix.python }}
89-
uses: actions/setup-python@v4
89+
uses: actions/setup-python@v5
9090
with:
9191
python-version: ${{ matrix.python }}
9292

0 commit comments

Comments
 (0)