There was an error while loading. Please reload this page.
2 parents f22bf16 + 90bc250 commit 8c8f145Copy full SHA for 8c8f145
1 file changed
.github/workflows/maven-build.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
java-version: ${{ matrix.java }}
19
- name: Cached .m2
20
- uses: actions/cache@v2
+ uses: actions/cache@v2.1.4
21
22
path: ~/.m2/repository
23
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -37,7 +37,7 @@ jobs:
37
uses: actions/setup-java@v1
38
39
40
- - uses: actions/cache@v2
+ - uses: actions/cache@v2.1.4
41
42
43
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
64
0 commit comments