Skip to content

Commit 4ab43ae

Browse files
authored
Merge pull request #27 from hendisantika/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents 9b6f144 + 033682b commit 4ab43ae

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
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v5
2424
- name: Set up JDK 21
25-
uses: actions/setup-java@v4
25+
uses: actions/setup-java@v5
2626
with:
2727
java-version: '21'
2828
distribution: 'temurin'

0 commit comments

Comments
 (0)