File tree 2 files changed +12
-6
lines changed
2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 27
27
fetch-depth : 50
28
28
submodules : true
29
29
- name : ' Set up JDK ${{ matrix.java-version }}'
30
- uses : actions/setup-java@v1
30
+ uses : actions/setup-java@v4
31
31
with :
32
32
java-version : ${{ matrix.java-version }}
33
+ distribution : ' zulu'
33
34
- name : ' Test'
34
35
uses : burrunan/gradle-cache-action@v1
35
36
with :
Original file line number Diff line number Diff line change 27
27
fetch-depth : 50
28
28
submodules : true
29
29
- name : ' Set up JDK 11'
30
- uses : actions/setup-java@v1
30
+ uses : actions/setup-java@v4
31
31
with :
32
32
java-version : 11
33
+ distribution : ' zulu'
33
34
- name : ' Start release environment'
34
35
run : |
35
36
gpg --import .github/workflows/test-key.asc
72
73
fetch-depth : 50
73
74
submodules : true
74
75
- name : ' Set up JDK 11'
75
- uses : actions/setup-java@v1
76
+ uses : actions/setup-java@v4
76
77
with :
77
78
java-version : 11
79
+ distribution : ' zulu'
78
80
- name : ' Start release environment'
79
81
run : |
80
82
gpg --import .github/workflows/test-key.asc
@@ -117,9 +119,10 @@ jobs:
117
119
fetch-depth : 50
118
120
submodules : true
119
121
- name : ' Set up JDK 11'
120
- uses : actions/setup-java@v1
122
+ uses : actions/setup-java@v4
121
123
with :
122
124
java-version : 11
125
+ distribution : ' zulu'
123
126
- name : ' Start release environment'
124
127
run : |
125
128
gpg --import .github/workflows/test-key.asc
@@ -162,9 +165,10 @@ jobs:
162
165
fetch-depth : 50
163
166
submodules : true
164
167
- name : ' Set up JDK 8'
165
- uses : actions/setup-java@v1
168
+ uses : actions/setup-java@v4
166
169
with :
167
170
java-version : 8
171
+ distribution : ' zulu'
168
172
- name : ' Start release environment'
169
173
run : |
170
174
gpg --import .github/workflows/test-key.asc
@@ -207,9 +211,10 @@ jobs:
207
211
fetch-depth : 50
208
212
submodules : true
209
213
- name : ' Set up JDK 8'
210
- uses : actions/setup-java@v1
214
+ uses : actions/setup-java@v4
211
215
with :
212
216
java-version : 8
217
+ distribution : ' zulu'
213
218
- name : ' Start release environment'
214
219
run : |
215
220
gpg --import .github/workflows/test-key.asc
You can’t perform that action at this time.
0 commit comments