From 0d0b4d5af25e9bd2611ac084d15e08a6f3b5ab7a Mon Sep 17 00:00:00 2001 From: Gjum Date: Fri, 4 Dec 2020 19:55:52 +0100 Subject: [PATCH] [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 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55c2dfc..52de863 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file + run: npm test