We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7340a4 commit 3bc6190Copy full SHA for 3bc6190
1 file changed
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
java-version: 21
17
- name: Cache local Maven repository
18
- uses: actions/cache@v2
+ uses: actions/cache@v4
19
20
path: ~/.m2/repository
21
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments