Skip to content

Commit 534f352

Browse files
Bump actions/setup-python from 4 to 5 (#399)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6a6a998 commit 534f352

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pr-check.yml

+2-2
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

@@ -71,7 +71,7 @@ jobs:
7171
# Now that the bundle is installed to target using python 3.8
7272
# switch back the python we want to test with
7373
- name: Use Python ${{ matrix.python }}
74-
uses: actions/setup-python@v4
74+
uses: actions/setup-python@v5
7575
with:
7676
python-version: ${{ matrix.python }}
7777

.github/workflows/push-check.yml

+2-2
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

@@ -76,7 +76,7 @@ jobs:
7676
# Now that the bundle is installed to target using python 3.8
7777
# switch back the python we want to test with
7878
- name: Use Python ${{ matrix.python }}
79-
uses: actions/setup-python@v4
79+
uses: actions/setup-python@v5
8080
with:
8181
python-version: ${{ matrix.python }}
8282

0 commit comments

Comments
 (0)