File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 40
40
yarn install --frozen-lockfile
41
41
42
42
- name : Set up JDK
43
- uses : actions/setup-java@v2
43
+ uses : actions/setup-java@v3
44
44
with :
45
45
distribution : ' adopt'
46
46
java-version : ' 11'
77
77
fetch-depth : 0
78
78
79
79
- name : Set up JDK
80
- uses : actions/setup-java@v2
80
+ uses : actions/setup-java@v3
81
81
with :
82
82
distribution : ' adopt'
83
83
java-version : ' 11'
@@ -105,7 +105,7 @@ jobs:
105
105
fetch-depth : 0
106
106
107
107
- name : Set up JDK
108
- uses : actions/setup-java@v2
108
+ uses : actions/setup-java@v3
109
109
with :
110
110
distribution : ' adopt'
111
111
java-version : ' 11'
@@ -221,7 +221,7 @@ jobs:
221
221
fetch-depth : 0
222
222
223
223
- name : Set up JDK
224
- uses : actions/setup-java@v2
224
+ uses : actions/setup-java@v3
225
225
with :
226
226
distribution : ' adopt'
227
227
java-version : ' 14'
@@ -300,7 +300,7 @@ jobs:
300
300
fetch-depth : 0
301
301
302
302
- name : Set up JDK
303
- uses : actions/setup-java@v2
303
+ uses : actions/setup-java@v3
304
304
with :
305
305
distribution : ' adopt'
306
306
java-version : ' 11'
Original file line number Diff line number Diff line change 39
39
- uses : gradle/wrapper-validation-action@v1
40
40
41
41
- name : Set up JDK
42
- uses : actions/setup-java@v2
42
+ uses : actions/setup-java@v3
43
43
with :
44
44
distribution : ' adopt'
45
45
java-version : ' 11'
Original file line number Diff line number Diff line change 31
31
yarn install --frozen-lockfile
32
32
33
33
- name : Set up JDK
34
- uses : actions/setup-java@v2
34
+ uses : actions/setup-java@v3
35
35
with :
36
36
distribution : ' adopt'
37
37
java-version : ' 11'
You can’t perform that action at this time.
0 commit comments