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 3a1d6a8 commit f14ca34Copy full SHA for f14ca34
.github/workflows/merge.yml
@@ -32,7 +32,7 @@ jobs:
32
server-password: ${{ secrets.OSSRH_PASSWORD }}
33
34
- name: Cache local Maven repository
35
- uses: actions/cache@6c2de3ba980384b3ac07a50cbf1fc6e7bc55ff37
+ uses: actions/cache@2b5a782c6414f96354f95902141714b127692d1e
36
with:
37
path: ~/.m2/repository
38
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
.github/workflows/pullrequest.yml
@@ -31,7 +31,7 @@ jobs:
31
languages: java
0 commit comments