File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
name : ' Build'
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v3
19
19
- name : Cache local Maven repository
20
20
uses : actions/cache@v2
21
21
with :
38
38
name : ' Javadoc'
39
39
runs-on : ubuntu-latest
40
40
steps :
41
- - uses : actions/checkout@v2
41
+ - uses : actions/checkout@v3
42
42
- name : Cache local Maven repository
43
43
uses : actions/cache@v2
44
44
with :
59
59
name : ' Coverage'
60
60
runs-on : ubuntu-latest
61
61
steps :
62
- - uses : actions/checkout@v2
62
+ - uses : actions/checkout@v3
63
63
- name : Cache local Maven repository
64
64
uses : actions/cache@v2
65
65
with :
85
85
name : ' Semver'
86
86
runs-on : ubuntu-latest
87
87
steps :
88
- - uses : actions/checkout@v2
88
+ - uses : actions/checkout@v3
89
89
- name : Cache local Maven repository
90
90
uses : actions/cache@v2
91
91
with :
You can’t perform that action at this time.
0 commit comments