File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
java-version : 21
38
38
39
39
- name : Cache Local Maven Repo
40
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
40
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
41
41
with :
42
42
path : ~/.m2/repository
43
43
key : build-maven-${{ hashFiles('pom.xml') }}
@@ -130,7 +130,7 @@ jobs:
130
130
java-version : 21
131
131
132
132
- name : Cache Local Maven Repo
133
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
133
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
134
134
with :
135
135
path : ~/.m2/repository
136
136
key : tests-maven-${{ hashFiles('pom.xml') }}
@@ -175,7 +175,7 @@ jobs:
175
175
java-version : 21
176
176
177
177
- name : Cache Local Maven Repo
178
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
178
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
179
179
with :
180
180
path : ~/.m2/repository
181
181
key : tests-maven-${{ hashFiles('pom.xml') }}
@@ -290,7 +290,7 @@ jobs:
290
290
java-version : 21
291
291
292
292
- name : Cache Local Maven Repo
293
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
293
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
294
294
with :
295
295
path : ~/.m2/repository
296
296
key : tests-maven-${{ hashFiles('pom.xml') }}
You can’t perform that action at this time.
0 commit comments