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 22
22
java-version : ' 11'
23
23
distribution : ' temurin'
24
24
- name : Cache .m2 and JKube
25
- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
25
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
26
26
with :
27
27
path : |
28
28
${{ github.workspace }}/jkube
54
54
- name : Checkout
55
55
uses : actions/checkout@v4
56
56
- name : Restore cache .m2 and JKube
57
- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
57
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
58
58
with :
59
59
path : |
60
60
${{ github.workspace }}/jkube
@@ -115,7 +115,7 @@ jobs:
115
115
- name : Checkout
116
116
uses : actions/checkout@v4
117
117
- name : Restore cache .m2 and JKube
118
- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
118
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
119
119
with :
120
120
path : |
121
121
${{ github.workspace }}/jkube
You can’t perform that action at this time.
0 commit comments