Skip to content

Commit 4151774

Browse files
authored
Merge pull request #701 from eclipse-ee4j/dependabot/github_actions/actions/setup-java-5.2.0
Bump actions/setup-java from 5.1.0 to 5.2.0
2 parents f2b8909 + 3ccd447 commit 4151774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
fetch-depth: 0
3131
- name: Set up compile JDK
32-
uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
32+
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
3333
with: #Compile java needs to be the highest to ensure proper compilation of the multi-release jar
3434
distribution: 'temurin'
3535
java-version: 17

0 commit comments

Comments
 (0)