Skip to content

Commit

Permalink
Update setup-java to v2.
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Cortez <radcortez@yahoo.com>
  • Loading branch information
radcortez committed Apr 21, 2021
1 parent 5b4207f commit 5147e8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ jobs:
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}

- uses: actions/setup-java@v1
- uses: actions/setup-java@v2
name: set up jdk ${{matrix.java}}
with:
distribution: adopt
java-version: ${{matrix.java}}

- name: build with maven
Expand Down

0 comments on commit 5147e8c

Please sign in to comment.