Skip to content

Commit ed6b065

Browse files
committed
chore: update runner to jdk 21
1 parent 575d6c3 commit ed6b065

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/reusable_verify-packages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
- name: 'Setup Tools'
4242
uses: ./.github/actions/setup-tools
4343

44-
- name: set up JDK 17
45-
uses: actions/setup-java@v3
44+
- name: set up JDK 21
45+
uses: actions/setup-java@v4
4646
with:
47-
java-version: '17'
47+
java-version: '21'
4848
distribution: 'zulu'
4949

5050
- run: npm run verify:android

publish-android.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
with:
3131
fetch-depth: 0
3232
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
33-
- name: set up JDK 17
34-
uses: actions/setup-java@v3
33+
- name: set up JDK 21
34+
uses: actions/setup-java@v4
3535
with:
36-
java-version: '17'
36+
java-version: '21'
3737
distribution: 'zulu'
3838
- name: Grant execute permission for publishing script
3939
run: chmod +x ./scripts/publish-android.sh

0 commit comments

Comments
 (0)