We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4023fd2 commit 81db413Copy full SHA for 81db413
.github/workflows/maven.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
java-version: 1.11
22
- name: Cache
23
- uses: actions/cache@v1.0.0
+ uses: actions/cache@v4
24
25
path: ~/.m2/repository
26
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments