File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 54
54
java-version : 22
55
55
56
56
- name : Cache Local Maven Repo
57
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
57
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
58
58
with :
59
59
path : ~/.m2/repository
60
60
key : tests-maven-${{ hashFiles('pom.xml') }}
@@ -124,7 +124,7 @@ jobs:
124
124
java-version : 22
125
125
126
126
- name : Cache Local Maven Repo
127
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
127
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
128
128
with :
129
129
path : ~/.m2/repository
130
130
key : security-scan-maven-${{ hashFiles('pom.xml') }}
@@ -277,7 +277,7 @@ jobs:
277
277
java-version : 22
278
278
279
279
- name : Cache Local Maven Repo
280
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
280
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
281
281
with :
282
282
path : ~/.m2/repository
283
283
key : release-maven-${{ hashFiles('pom.xml') }}
You can’t perform that action at this time.
0 commit comments