Skip to content

Commit 1c899ea

Browse files
committed
update maven build workflow to use actions/setup-java@v5
1 parent f535da3 commit 1c899ea

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
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Set up JDK 11
19-
uses: actions/setup-java@v4
19+
uses: actions/setup-java@v5
2020
with:
2121
java-version: '11'
2222
distribution: 'zulu'

0 commit comments

Comments
 (0)