Skip to content

Commit

Permalink
FIX Node.js 16 actions are deprecated. Please update the following ac…
Browse files Browse the repository at this point in the history
…tions to use Node.js 20
  • Loading branch information
vharseko committed May 6, 2024
1 parent 66df0e0 commit 68802fe
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 68802fe

Please sign in to comment.