File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -44,10 +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 1.8
48- uses : actions/setup-java@v1
47+ - name : set up JDK 11
48+ uses : actions/setup-java@v2
4949 with :
50- java-version : 1.8
50+ java-version : ' 11'
51+ distribution : ' adopt'
5152 - name : Cache Gradle packages
5253 uses : actions/cache@v2
5354 with :
Original file line number Diff line number Diff line change @@ -32,10 +32,11 @@ jobs:
3232 env:
3333 GIT_ACCESS_TOKEN: ${{ secrets.IOT_GITHUB_ACCESS_TOKEN }}
3434 DECRYPT_PASSPHRASE: ${{ secrets.GPG_DECRYPT_PASSPHRASE }}
35- - name : set up JDK 1.8
36- uses : actions/setup-java@v1
35+ - name : set up JDK 11
36+ uses : actions/setup-java@v2
3737 with :
38- java-version : 1.8
38+ java-version : ' 11'
39+ distribution : ' adopt'
3940 - name : Cache Gradle packages
4041 uses : actions/cache@v2
4142 with :
You can’t perform that action at this time.
0 commit comments