Skip to content

Commit 3e6e72a

Browse files
ci: update actions/cache to v4
1 parent 9436451 commit 3e6e72a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
java-version: ${{ matrix.java }}
3434

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

0 commit comments

Comments
 (0)