Skip to content

Commit 9eab9ef

Browse files
Update actions/cache digest to 0400d5f
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b47170d commit 9eab9ef

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1313
- name: Cache local Maven repository
14-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
14+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
1515
with:
1616
path: ~/.m2/repository
1717
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)