File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v2
16
16
17
17
- name : Setup JDK
18
- uses : actions/setup-java@v2
18
+ uses : actions/setup-java@v3
19
19
with :
20
20
java-version : ' 11'
21
21
distribution : ' zulu'
Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v2
17
17
- name : Setup JDK
18
- uses : actions/setup-java@v2
18
+ uses : actions/setup-java@v3
19
19
with :
20
20
java-version : ' 11'
21
21
distribution : ' zulu'
42
42
steps :
43
43
- uses : actions/checkout@v2
44
44
- name : Setup JDK
45
- uses : actions/setup-java@v2
45
+ uses : actions/setup-java@v3
46
46
with :
47
47
java-version : ' 11'
48
48
distribution : ' zulu'
66
66
steps :
67
67
- uses : actions/checkout@v2
68
68
- name : Setup JDK
69
- uses : actions/setup-java@v2
69
+ uses : actions/setup-java@v3
70
70
with :
71
71
java-version : ' 11'
72
72
distribution : ' zulu'
You can’t perform that action at this time.
0 commit comments