Skip to content

Commit 1735baa

Browse files
Merge pull request #339 from pac4j/renovate/actions-cache-digest
chore(deps): update actions/cache digest to 6682284
2 parents 1c5c37c + 6ac3a5c commit 1735baa

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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
29+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3030
with:
3131
path: ~/.m2/repository
3232
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)