Commit 882fb12 authored and Google Java Core Libraries
committed
1 parent f2047a9 commit 882fb12 Copy full SHA for 882fb12
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@0c907a75c2c80ebcb7f088228285e798b750cf8f
27
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
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@0c907a75c2c80ebcb7f088228285e798b750cf8f
57
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
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@0c907a75c2c80ebcb7f088228285e798b750cf8f
86
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
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