Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Commit 51e95e5

Browse files
committed
Update GH actions cache
1 parent 738710a commit 51e95e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
java-version: '17'
1919
distribution: 'adopt'
2020
- name: Cache Maven packages
21-
uses: actions/cache@v2
21+
uses: actions/cache@v4
2222
with:
2323
path: ~/.m2
2424
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)