From 68802feca1d121ad9f5ab93bd80fbfc44ec7207b Mon Sep 17 00:00:00 2001 From: Valera V Harseko Date: Mon, 6 May 2024 14:42:24 +0300 Subject: [PATCH] FIX Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20 --- .github/workflows/build.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fd61097536..be27b17040 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,16 +30,9 @@ jobs: with: fetch-depth: 0 submodules: recursive - - name: Java ${{ matrix.Java }} (${{ matrix.os }}) (temurin) - id: temurin + - name: Java ${{ matrix.Java }} (${{ matrix.os }}) uses: actions/setup-java@v4 continue-on-error: true - with: - java-version: ${{ matrix.java }} - distribution: 'temurin' - - name: Java ${{ matrix.Java }} (${{ matrix.os }}) (zulu) - if: job.steps.temurin.status == failure() - uses: actions/setup-java@v4 with: java-version: ${{ matrix.java }} distribution: 'zulu'