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