[CI] update to actions/setup-java@v1.4.3 (#785)

https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

see also #780
This commit is contained in:
Gjum 2020-12-04 19:55:52 +01:00 committed by GitHub
parent 5d80168f20
commit 0d0b4d5af2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Setup Java JDK
uses: actions/setup-java@v1.3.0
uses: actions/setup-java@v1.4.3
with:
java-version: 1.8
java-package: jre
@ -31,4 +31,4 @@ jobs:
- env:
CIRCLE_NODE_INDEX: ${{ matrix.mcVersionIndex }}
CIRCLE_NODE_TOTAL: 10
run: npm test
run: npm test