We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fbe432 + c553576 commit 8e3cd0eCopy full SHA for 8e3cd0e
1 file changed
.github/workflows/maven.yml
@@ -23,7 +23,7 @@ jobs:
23
distribution: 'temurin'
24
25
- name: Cache local Maven repository
26
- uses: actions/cache@v4
+ uses: actions/cache@v5
27
with:
28
path: ~/.m2/repository
29
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments