mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +00:00
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:
parent
7776844dca
commit
e4db9e596b
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue