Skip to content

Commit e9dfaf9

Browse files
Bump actions/setup-python from 4 to 5 (#2418)
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 43822d0 commit e9dfaf9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-package.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
fetch-depth: 0
3434
- name: Set up Python
35-
uses: actions/setup-python@v4
35+
uses: actions/setup-python@v5
3636
with:
3737
python-version: ${{ env.PYTHON_LATEST }}
3838
cache: pip
@@ -83,7 +83,7 @@ jobs:
8383
distribution: temurin
8484
java-version: 11
8585
- name: Set up Python
86-
uses: actions/setup-python@v4
86+
uses: actions/setup-python@v5
8787
with:
8888
python-version: ${{ matrix.python-version }}
8989
cache: pip
@@ -139,7 +139,7 @@ jobs:
139139
distribution: temurin
140140
java-version: 8
141141
- name: Set up Python
142-
uses: actions/setup-python@v4
142+
uses: actions/setup-python@v5
143143
with:
144144
python-version: ${{ env.PYTHON_LATEST }}
145145
cache: pip

0 commit comments

Comments
 (0)