Skip to content

Commit 98e265a

Browse files
authored
Merge pull request #7 from erhardtconsulting/renovate/actions-cache-4.x
ci(github-action)!: Update actions/cache action (v3 → v4)
2 parents 6500f8f + 2b779cb commit 98e265a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

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@v3
24+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
2525
with:
2626
path: ~/.m2
2727
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)