We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07e543 commit 9d86b4dCopy full SHA for 9d86b4d
.github/workflows/MavenCI.yml
@@ -30,7 +30,7 @@ jobs:
30
java-version: ${{ matrix.java-version }}
31
32
- name: Cache Maven packages
33
- uses: actions/cache@v2
+ uses: actions/cache@v4
34
with:
35
path: ~/.m2
36
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments