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 f07f887 + 2401759 commit b14c05dCopy full SHA for b14c05d
.github/workflows/ci.yaml
@@ -24,7 +24,7 @@ jobs:
24
- name: Print JDK Version
25
run: java -version
26
- name: Cache local Maven m2
27
- uses: actions/cache@v3
+ uses: actions/cache@v4
28
with:
29
path: ~/.m2
30
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments