Skip to content

Commit

Permalink
[CI skip] Merge pull request #17 from TheBusyBiscuit/renovate/actions…
Browse files Browse the repository at this point in the history
…-setup-java-2.x

Update actions/setup-java action to v2
  • Loading branch information
TheBusyBiscuit authored Apr 10, 2021
2 parents 7c92625 + 2a97846 commit 756e7f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up JDK 1.8
uses: actions/setup-java@v1.4.3
uses: actions/setup-java@v2.0.0
with:
java-version: 1.8
java-version: '8'
distribution: 'adopt'
- name: Build with Maven
run: mvn package --file pom.xml

0 comments on commit 756e7f6

Please sign in to comment.