File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments