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.
2 parents 7ca82da + 5fb641b commit 1229f7aCopy full SHA for 1229f7a
.github/workflows/maven.yml
@@ -24,7 +24,7 @@ jobs:
24
distribution: 'temurin'
25
cache: maven
26
- name: Cache local Maven repository
27
- uses: actions/cache@v2
+ uses: actions/cache@v4
28
with:
29
path: ~/.m2/repository
30
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments