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 64a98a4 commit bcbda97Copy full SHA for bcbda97
.github/workflows/maven_publish.yml
@@ -39,7 +39,7 @@ jobs:
39
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
40
41
- name: Cache Maven dependencies
42
- uses: actions/cache@v2
+ uses: actions/cache@v4
43
with:
44
path: ~/.m2/repository
45
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments