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.
1 parent f07f887 commit 2401759Copy full SHA for 2401759
.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