File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ jobs:
4444 env:
4545 GIT_ACCESS_TOKEN: ${{ secrets.IOT_GITHUB_ACCESS_TOKEN }}
4646 DECRYPT_PASSPHRASE: ${{ secrets.GPG_DECRYPT_PASSPHRASE }}
47- - name : set up JDK 15
47+ - name : set up JDK 17
4848 uses : actions/setup-java@v2
4949 with :
50- java-version : ' 15 '
51- distribution : ' adopt '
50+ java-version : ' 17 '
51+ distribution : ' temurin '
5252 - name : Cache Gradle packages
5353 uses : actions/cache@v4
5454 with :
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
3333 env:
3434 GIT_ACCESS_TOKEN: ${{ secrets.IOT_GITHUB_ACCESS_TOKEN }}
3535 DECRYPT_PASSPHRASE: ${{ secrets.GPG_DECRYPT_PASSPHRASE }}
36- - name : set up JDK 15
36+ - name : set up JDK 17
3737 uses : actions/setup-java@v2
3838 with :
39- java-version : ' 15 '
39+ java-version : ' 17 '
4040 distribution : ' adopt'
4141 - name : Cache Gradle packages
4242 uses : actions/cache@v4
You can’t perform that action at this time.
0 commit comments