Skip to content

Commit 6c16890

Browse files
committedDec 26, 2021
Upgrade GitHub Actions checkout to v2
1 parent 21c5bcd commit 6c16890

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/maven.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Set the JDK
15-
uses: actions/setup-java@v1
15+
uses: actions/setup-java@v2
1616
with:
17+
distribution: 'adopt'
1718
java-version: 14
1819
- name: Build with Maven
1920
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)
Please sign in to comment.