Commit f10405f authored and Google Java Core Libraries
committed
1 parent 14252a4 commit f10405f Copy full SHA for f10405f
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 24
24
- name : ' Check out repository'
25
25
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
26
26
- name : ' Cache local Maven repository'
27
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
27
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
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@1bd1e32a3bdc45362d1e726936510720a7c30a57
57
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
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@1bd1e32a3bdc45362d1e726936510720a7c30a57
86
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
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