Skip to content

Commit 8f31838

Browse files
renovate[bot]Lucas0T
authored andcommitted
Update actions/cache digest to 0057852
1 parent 063d594 commit 8f31838

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
java-version: 21
3838

3939
- name: Cache Local Maven Repo
40-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
40+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
4141
with:
4242
path: ~/.m2/repository
4343
key: build-maven-${{ hashFiles('pom.xml') }}
@@ -130,7 +130,7 @@ jobs:
130130
java-version: 21
131131

132132
- name: Cache Local Maven Repo
133-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
133+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
134134
with:
135135
path: ~/.m2/repository
136136
key: tests-maven-${{ hashFiles('pom.xml') }}
@@ -175,7 +175,7 @@ jobs:
175175
java-version: 21
176176

177177
- name: Cache Local Maven Repo
178-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
178+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
179179
with:
180180
path: ~/.m2/repository
181181
key: tests-maven-${{ hashFiles('pom.xml') }}
@@ -290,7 +290,7 @@ jobs:
290290
java-version: 21
291291

292292
- name: Cache Local Maven Repo
293-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
293+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
294294
with:
295295
path: ~/.m2/repository
296296
key: tests-maven-${{ hashFiles('pom.xml') }}

0 commit comments

Comments
 (0)