Skip to content

Commit 06f12b4

Browse files
Merge pull request #370 from pac4j/renovate/actions-cache-digest
Update actions/cache digest to 8b402f5
2 parents 769b6d1 + f995fb0 commit 06f12b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
java-version: ${{ env.JDK_CURRENT }}
2727
distribution: ${{ env.DISTRIBUTION }}
2828
- name: Cache Maven dependencies
29-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
29+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
3030
with:
3131
path: ~/.m2/repository
3232
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)