File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
- name : ' Check out repository'
25
25
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
26
26
- name : ' Cache local Maven repository'
27
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
27
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
28
28
with :
29
29
path : ~/.m2/repository
30
30
key : maven-${{ hashFiles('**/pom.xml') }}
54
54
- name : ' Check out repository'
55
55
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
56
56
- name : ' Cache local Maven repository'
57
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
57
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
58
58
with :
59
59
path : ~/.m2/repository
60
60
key : maven-${{ hashFiles('**/pom.xml') }}
83
83
- name : ' Check out repository'
84
84
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
85
85
- name : ' Cache local Maven repository'
86
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
86
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
87
87
with :
88
88
path : ~/.m2/repository
89
89
key : maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments