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 dad2474 + d64291a commit 9cde7ddCopy full SHA for 9cde7dd
1 file changed
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
distribution: 'zulu'
14
java-version: 8
15
- name: Cache Maven Dependencies
16
- uses: actions/cache@v2.1.5
+ uses: actions/cache@v2.1.6
17
with:
18
path: ~/.m2
19
key: ubuntu-latest-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments