Skip to content

Commit

Permalink
builder: yml: Update action setup-java version.
Browse files Browse the repository at this point in the history
This is to avoid deprecation warning:
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-java@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Signed-off-by: Carlo Dandan <[email protected]>
  • Loading branch information
carlodandan committed Aug 10, 2024
1 parent 17cc38b commit 1e5ab77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Recovery-Builder-PBRP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
sudo apt -y install libncurses5
- name: Install OpenJDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '8'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Recovery-Builder-TWRP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
sudo apt -y install libncurses5
- name: Install OpenJDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '8'
Expand Down

0 comments on commit 1e5ab77

Please sign in to comment.