We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d804f7a commit a3e89f3Copy full SHA for a3e89f3
.github/workflows/maven.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: actions/[email protected]
37
38
- name: Set up cache for ~./m2/repository
39
- uses: actions/[email protected].5
+ uses: actions/[email protected].6
40
with:
41
path: ~/.m2/repository
42
key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
0 commit comments