Skip to content

Commit 55077b6

Browse files
authored
Merge pull request #93 from miguno/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents 7783eda + 47ad443 commit 55077b6

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
@@ -30,7 +30,7 @@ jobs:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Set up JDK 23
33-
uses: actions/setup-java@v4 # https://github.com/actions/setup-java
33+
uses: actions/setup-java@v5 # https://github.com/actions/setup-java
3434
with:
3535
java-version: '23'
3636
distribution: 'temurin'

0 commit comments

Comments
 (0)