Skip to content

Commit

Permalink
Update GitHub Action CI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Apr 6, 2021
1 parent 5482c47 commit f0e61a7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
java-version: 11
distribution: 'adopt'
java-version: '11'
check-latest: true
- name: Cache local Maven repository
uses: actions/[email protected]
with:
Expand Down

0 comments on commit f0e61a7

Please sign in to comment.