Skip to content

Commit c102694

Browse files
authored
Merge pull request #5 from jonashackt/renovate/actions-setup-java-2.x
Update actions/setup-java action to v2
2 parents 75a66e7 + f24a72b commit c102694

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ jobs:
1010
- uses: actions/checkout@v2
1111

1212
- name: Set up JDK 15
13-
uses: actions/setup-java@v1
13+
uses: actions/setup-java@v2
1414
with:
15+
distribution: 'adopt'
1516
java-version: 15
1617

1718
- name: Build with Maven

0 commit comments

Comments
 (0)