Skip to content

Commit b4c7944

Browse files
Update actions/setup-java action to v3.6.0
1 parent 24f42e2 commit b4c7944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/[email protected]
1616
- name: Set up JDK
17-
uses: actions/setup-java@v3.4.0
17+
uses: actions/setup-java@v3.6.0
1818
with:
1919
distribution: temurin
2020
java-version: 8

0 commit comments

Comments
 (0)