Skip to content

Commit d6f6cc7

Browse files
Update actions/cache digest to 0400d5f
1 parent 44efe29 commit d6f6cc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
version: v2025.7.29
1818
sha256: 72e9e76d0e52998b0dc084c6550aef472091975978586980d703a87240a87fde
1919
- name: Cache local Maven repository
20-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
20+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
2121
with:
2222
path: ~/.m2/repository
2323
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/test-release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
version: v2025.7.29
2222
sha256: 72e9e76d0e52998b0dc084c6550aef472091975978586980d703a87240a87fde
2323
- name: Cache local Maven repository
24-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
24+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
2525
with:
2626
path: ~/.m2/repository
2727
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)