Skip to content

Commit 9ca6c6e

Browse files
Update actions/cache digest to 6849a64
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 26783a8 commit 9ca6c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
1313
- name: Cache local Maven repository
14-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
14+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
1515
with:
1616
path: ~/.m2/repository
1717
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)