Skip to content

Commit

Permalink
chore: Node.js 16 actions are deprecated. Please update the following…
Browse files Browse the repository at this point in the history
… actions to use Node.js 20
  • Loading branch information
Andrii_Ostapenko1 authored and Andrii_Ostapenko1 committed May 23, 2024
1 parent 7e41578 commit 210abdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
path: ~/.gradle/wrapper
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
- name: Setup java
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
- name: Build with gradle
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
git fetch
git checkout -b workflow-$GITHUB_RUN_ID origin/workflow-$GITHUB_RUN_ID~1
- name: Setup java
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
- name: Build with gradle
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
git fetch
git checkout -b workflow-$GITHUB_RUN_ID origin/workflow-$GITHUB_RUN_ID~1
- name: Setup java
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: 11
- name: Publish jars
Expand Down

0 comments on commit 210abdd

Please sign in to comment.