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:
44
44
env:
45
45
GIT_ACCESS_TOKEN: ${{ secrets.IOT_GITHUB_ACCESS_TOKEN }}
46
46
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
49
49
with :
50
- java-version : 1.8
50
+ java-version : ' 11'
51
+ distribution : ' adopt'
51
52
- name : Cache Gradle packages
52
53
uses : actions/cache@v2
53
54
with :
Original file line number Diff line number Diff line change @@ -32,10 +32,11 @@ jobs:
32
32
env:
33
33
GIT_ACCESS_TOKEN: ${{ secrets.IOT_GITHUB_ACCESS_TOKEN }}
34
34
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
37
37
with :
38
- java-version : 1.8
38
+ java-version : ' 11'
39
+ distribution : ' adopt'
39
40
- name : Cache Gradle packages
40
41
uses : actions/cache@v2
41
42
with :
You can’t perform that action at this time.
0 commit comments