Skip to content

Commit

Permalink
ci: update actions/cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Feb 18, 2025
1 parent 9436451 commit 3e6e72a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
java-version: ${{ matrix.java }}

- name: Cache Maven packages
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.m2
path: ~/.m2/repository
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2

Expand Down

0 comments on commit 3e6e72a

Please sign in to comment.