Skip to content

Commit 5d6dbd6

Browse files
committed
Update actions/setup-java action to v3
1 parent cd9c327 commit 5d6dbd6

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
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111

1212
- name: Set up JDK 15
13-
uses: actions/setup-java@v2
13+
uses: actions/setup-java@v3
1414
with:
1515
distribution: 'adopt'
1616
java-version: 15

0 commit comments

Comments
 (0)