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 @@ -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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments