We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de2184 commit f238fd5Copy full SHA for f238fd5
1 file changed
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
java-version: ${{ matrix.jdk }}
23
- name: Cache Maven packages
24
- uses: actions/cache@v2
+ uses: actions/cache@v3
25
26
path: ~/.m2
27
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments