Skip to content

Commit 542be3d

Browse files
renovate[bot]michael-82
authored andcommitted
Update actions/cache action to v4.3.0
1 parent 12bd935 commit 542be3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
java-version: 22
5555

5656
- name: Cache Local Maven Repo
57-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
57+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5858
with:
5959
path: ~/.m2/repository
6060
key: tests-maven-${{ hashFiles('pom.xml') }}
@@ -124,7 +124,7 @@ jobs:
124124
java-version: 22
125125

126126
- name: Cache Local Maven Repo
127-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
127+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
128128
with:
129129
path: ~/.m2/repository
130130
key: security-scan-maven-${{ hashFiles('pom.xml') }}
@@ -277,7 +277,7 @@ jobs:
277277
java-version: 22
278278

279279
- name: Cache Local Maven Repo
280-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
280+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
281281
with:
282282
path: ~/.m2/repository
283283
key: release-maven-${{ hashFiles('pom.xml') }}

0 commit comments

Comments
 (0)