Skip to content

Commit e3cff4a

Browse files
committed
Update actions/cache to v4
1 parent 8ef95c5 commit e3cff4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
GPG_SECRET_KEYS: ${{ secrets.GPG_SECRET_KEYS }}
3232
GPG_OWNERTRUST: ${{ secrets.GPG_OWNERTRUST }}
3333
- name: Cache local Maven repository
34-
uses: actions/cache@v2
34+
uses: actions/cache@v4
3535
with:
3636
path: ~/.m2/repository
3737
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)