Skip to content

Commit c06e1a4

Browse files
Update actions/setup-java action to v5
1 parent fc0aeeb commit c06e1a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/checkout@v4
99
- name: Set up JDK 17
10-
uses: actions/setup-java@v4
10+
uses: actions/setup-java@v5
1111
with:
1212
java-version: '17'
1313
distribution: 'temurin'

0 commit comments

Comments
 (0)