We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52374b9 commit 7af85b8Copy full SHA for 7af85b8
1 file changed
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
gpg-passphrase: MAVEN_GPG_PASSPHRASE
32
33
- name: Cache maven packages
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