Skip to content

Commit 25d7803

Browse files
Merge pull request #172 from pac4j/renovate/actions-cache-4.x
Update actions/cache action to v4
2 parents 5b66d09 + 80324ef commit 25d7803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

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

2323
- name: Cache Maven dependencies
24-
uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
24+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2525
with:
2626
path: ~/.m2
2727
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)