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 3d12135 commit 71f8950Copy full SHA for 71f8950
.github/workflows/build.yaml
@@ -24,7 +24,7 @@ jobs:
24
java-package: jdk
25
26
- name: Cache Maven packages
27
- uses: actions/cache@v2
+ uses: actions/cache@v4
28
with:
29
path: ~/.m2
30
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments