File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
- name : ' Check out repository'
34
34
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
35
35
- name : ' Cache local Maven repository'
36
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
36
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
37
37
with :
38
38
path : ~/.m2/repository
39
39
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
60
60
- name : ' Check out repository'
61
61
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
62
62
- name : ' Cache local Maven repository'
63
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
63
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
64
64
with :
65
65
path : ~/.m2/repository
66
66
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
89
89
- name : ' Check out repository'
90
90
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
91
91
- name : ' Cache local Maven repository'
92
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
92
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
93
93
with :
94
94
path : ~/.m2/repository
95
95
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments