Skip to content

Commit 53acfab

Browse files
authored
chore(ci): Use JDK 21 (#2270)
1 parent 12505f3 commit 53acfab

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ jobs:
142142
- uses: actions/setup-node@v4
143143
with:
144144
node-version: 20
145-
- name: set up JDK 17
146-
uses: actions/setup-java@v3
145+
- name: set up JDK 21
146+
uses: actions/setup-java@v4
147147
with:
148-
java-version: '17'
148+
java-version: '21'
149149
distribution: 'zulu'
150150
- uses: actions/checkout@v3
151151
- name: Restore Dependency Cache

.github/workflows/publish-android.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
with:
5151
fetch-depth: 0
5252
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
53-
- name: set up JDK 17
54-
uses: actions/setup-java@v3
53+
- name: set up JDK 21
54+
uses: actions/setup-java@v4
5555
with:
56-
java-version: '17'
56+
java-version: '21'
5757
distribution: 'zulu'
5858
- name: Grant execute permission for publishing script
5959
run: chmod +x ./scripts/publish-android.sh

0 commit comments

Comments
 (0)