We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c69176 + 430c5b9 commit e9deae1Copy full SHA for e9deae1
.github/workflows/default-tests.yml
@@ -68,7 +68,7 @@ jobs:
68
java-version: 11
69
java-package: jdk
70
- name: Cache local Maven repository
71
- uses: actions/cache@v2
+ uses: actions/cache@v3
72
with:
73
path: ~/.m2
74
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments