Skip to content

Commit e366b7d

Browse files
authored
Bump actions/setup-java from 3 to 4 (#23)
2 parents 7fb9606 + 5a00578 commit e366b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: Set up JDK 17
28-
uses: actions/setup-java@v3
28+
uses: actions/setup-java@v4
2929
with:
3030
java-version: '17'
3131
distribution: 'temurin'

0 commit comments

Comments
 (0)