Skip to content

Commit 26eb275

Browse files
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 4bf3b6a commit 26eb275

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.7 even though you test it on other versions.
5757
- name: Use Python 3.7
58-
uses: actions/setup-python@v4
58+
uses: actions/setup-python@v5
5959
with:
6060
python-version: '3.7'
6161

@@ -81,7 +81,7 @@ jobs:
8181
# Now that the bundle is installed to target using python 3.7
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.7 even though you test it on other versions.
6262
- name: Use Python 3.7
63-
uses: actions/setup-python@v4
63+
uses: actions/setup-python@v5
6464
with:
6565
python-version: '3.7'
6666

@@ -86,7 +86,7 @@ jobs:
8686
# Now that the bundle is installed to target using python 3.7
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)