Skip to content

Commit 8f8cd48

Browse files
Update actions/setup-java action to v3.13.0
1 parent 78d1c6f commit 8f8cd48

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@v3.5.3
1818
- name: Set up JDK 1.8
19-
uses: actions/setup-java@v3.11.0
19+
uses: actions/setup-java@v3.13.0
2020
with:
2121
java-version: 8
2222
distribution: 'adopt'

0 commit comments

Comments
 (0)