We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef95c5 commit e3cff4aCopy full SHA for e3cff4a
.github/workflows/maven.yml
@@ -31,7 +31,7 @@ jobs:
31
GPG_SECRET_KEYS: ${{ secrets.GPG_SECRET_KEYS }}
32
GPG_OWNERTRUST: ${{ secrets.GPG_OWNERTRUST }}
33
- name: Cache local Maven repository
34
- uses: actions/cache@v2
+ uses: actions/cache@v4
35
with:
36
path: ~/.m2/repository
37
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments