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