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.
2 parents 2b062eb + b643a6b commit 40c2eddCopy full SHA for 40c2edd
.github/workflows/maven.yml
@@ -37,7 +37,7 @@ jobs:
37
distribution: 'adopt'
38
java-version: ${{ matrix.java }}
39
- name: Cache local Maven repository
40
- uses: actions/cache@v2.1.5
+ uses: actions/cache@v2.1.6
41
with:
42
path: ~/.m2/repository
43
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -83,7 +83,7 @@ jobs:
83
84
java-version: 11.0.x
85
86
87
88
89
0 commit comments