Skip to content

Commit e1610eb

Browse files
ci(github-action): update actions/cache digest (0400d5f → 0057852) (#20)
1 parent 0cbc719 commit e1610eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
distribution: 'temurin'
2121

2222
- name: Cache Maven dependencies
23-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
23+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2424
with:
2525
path: ~/.m2
2626
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)