Skip to content

Commit

Permalink
actions/setup-java@v1.4.3 -> v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed May 27, 2021
1 parent 1a855b9 commit 255727b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Expand Up @@ -39,8 +39,9 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1.4.3
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn -V -Ddoclint=all --file pom.xml --no-transfer-progress

0 comments on commit 255727b

Please sign in to comment.