Skip to content

Commit b66f7e5

Browse files
dependabot[bot]bradenneal1
authored andcommitted
Bump actions/setup-java from 3 to 4 (dpkp#2417)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-java 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 c76afb9 commit b66f7e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
fetch-depth: 0
8080
- name: Setup java
81-
uses: actions/setup-java@v3
81+
uses: actions/setup-java@v4
8282
with:
8383
distribution: temurin
8484
java-version: 11
@@ -134,7 +134,7 @@ jobs:
134134
with:
135135
fetch-depth: 0
136136
- name: Setup java
137-
uses: actions/setup-java@v3
137+
uses: actions/setup-java@v4
138138
with:
139139
distribution: temurin
140140
java-version: 8

0 commit comments

Comments
 (0)