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.
1 parent ff6fccb commit 33eefb4Copy full SHA for 33eefb4
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
server-password: MAVEN_PASSWORD
34
35
- name: Cache .m2
36
- uses: actions/cache@v2.1.6
+ uses: actions/cache@v2.1.7
37
with:
38
path: ~/.m2/repository
39
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
.github/workflows/pullrequest.yml
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
0 commit comments