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 fc685fb + e9b94ed commit 55e4f0aCopy full SHA for 55e4f0a
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
java: [8, 11]
14
steps:
15
- uses: actions/checkout@v2
16
- - uses: actions/cache@v1
+ - uses: actions/cache@v2
17
with:
18
path: ~/.m2/repository
19
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments