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 6e643aa commit 94cf3bbCopy full SHA for 94cf3bb
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
java-version: 1.8
27
- name: Cache
28
- uses: actions/cache@v1
+ uses: actions/cache@v2
29
30
path: ~/.gradle/caches
31
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
.github/workflows/verify.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
0 commit comments