File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 18
18
java : [ 11, 17 ]
19
19
distribution : [ temurin ]
20
20
steps :
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v3
22
22
- name : Set up Java and Maven
23
23
uses : actions/setup-java@v2
24
24
with :
33
33
runs-on : ubuntu-latest
34
34
needs : test
35
35
steps :
36
- - uses : actions/checkout@v2
36
+ - uses : actions/checkout@v3
37
37
- name : Set up Java and Maven
38
38
uses : actions/setup-java@v2
39
39
with :
Original file line number Diff line number Diff line change 18
18
java : [ 11, 17 ]
19
19
distribution : [ temurin ]
20
20
steps :
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v3
22
22
- name : Set up Java and Maven
23
23
uses : actions/setup-java@v2
24
24
with :
39
39
java : [ 11 ]
40
40
distribution : [ temurin ]
41
41
steps :
42
- - uses : actions/checkout@v2
42
+ - uses : actions/checkout@v3
43
43
- name : Set up Java and Maven
44
44
uses : actions/setup-java@v2
45
45
with :
71
71
java : [ 11 ]
72
72
distribution : [ temurin ]
73
73
steps :
74
- - uses : actions/checkout@v2
74
+ - uses : actions/checkout@v3
75
75
- name : Set up Java and Maven
76
76
uses : actions/setup-java@v2
77
77
with :
Original file line number Diff line number Diff line change 33
33
update-working-version :
34
34
runs-on : ubuntu-latest
35
35
steps :
36
- - uses : actions/checkout@v2
36
+ - uses : actions/checkout@v3
37
37
- name : Set up Java and Maven
38
38
uses : actions/setup-java@v2
39
39
with :
Original file line number Diff line number Diff line change 21
21
java : [ 17 ]
22
22
distribution : [ temurin ]
23
23
steps :
24
- - uses : actions/checkout@v2
24
+ - uses : actions/checkout@v3
25
25
- name : Set up Java and Maven
26
26
uses : actions/setup-java@v2
27
27
with :
You can’t perform that action at this time.
0 commit comments