Skip to content

Commit 5f6744a

Browse files
authored
Merge pull request #597 from medizininformatik-initiative/renovate/actions-cache-4.x
Update actions/cache action to v4.2.4
2 parents e49dbf9 + ea0c68f commit 5f6744a

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
@@ -50,7 +50,7 @@ jobs:
5050
java-version: 22
5151

5252
- name: Cache Local Maven Repo
53-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
53+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5454
with:
5555
path: ~/.m2/repository
5656
key: tests-maven-${{ hashFiles('pom.xml') }}
@@ -116,7 +116,7 @@ jobs:
116116
java-version: 22
117117

118118
- name: Cache Local Maven Repo
119-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
119+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
120120
with:
121121
path: ~/.m2/repository
122122
key: security-scan-maven-${{ hashFiles('pom.xml') }}
@@ -258,7 +258,7 @@ jobs:
258258
java-version: 22
259259

260260
- name: Cache Local Maven Repo
261-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
261+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
262262
with:
263263
path: ~/.m2/repository
264264
key: release-maven-${{ hashFiles('pom.xml') }}

0 commit comments

Comments
 (0)