chore(deps): update actions/setup-java to v2.0.0 (#9601)

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
HonkingGoose 2021-04-21 06:47:57 +02:00 committed by GitHub
parent 7776844dca
commit e4db9e596b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,9 +46,12 @@ jobs:
- name: Set up Java ${{ env.JAVA_VERSION }}
if: env.NODE_VERSION == '14'
uses: actions/setup-java@v1.4.3
uses: actions/setup-java@v2.0.0
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: 'adopt'
java-package: jre
check-latest: false
- name: Skip Java tests
if: env.NODE_VERSION != '14'