Skip to content

Commit 9b7080d

Browse files
Update actions/setup-java action to v4
1 parent b28bb3a commit 9b7080d

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
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/[email protected]
1717
- name: Set up JDK 16
18-
uses: actions/setup-java@v3.11.0
18+
uses: actions/setup-java@v4.2.1
1919
with:
2020
java-version: 16
2121
distribution: temurin

0 commit comments

Comments
 (0)