Skip to content

Commit 00c363d

Browse files
Bump actions/setup-python from 5 to 6 (#101)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' 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 73d1b5e commit 00c363d

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

@@ -74,7 +74,7 @@ jobs:
7474
# Now that the bundle is installed to target using python 3.9
7575
# switch back the python we want to test with
7676
- name: Use Python ${{ matrix.python }}
77-
uses: actions/setup-python@v5
77+
uses: actions/setup-python@v6
7878
with:
7979
python-version: ${{ matrix.python }}
8080

.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.9 even though you test it on other versions.
6262
- name: Use Python 3.9
63-
uses: actions/setup-python@v5
63+
uses: actions/setup-python@v6
6464
with:
6565
python-version: '3.9'
6666

@@ -79,7 +79,7 @@ jobs:
7979
# Now that the bundle is installed to target using python 3.9
8080
# switch back the python we want to test with
8181
- name: Use Python ${{ matrix.python }}
82-
uses: actions/setup-python@v5
82+
uses: actions/setup-python@v6
8383
with:
8484
python-version: ${{ matrix.python }}
8585

0 commit comments

Comments
 (0)