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