Skip to content
Snippets Groups Projects
Unverified Commit e4db9e59 authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

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

parent 7776844d
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment