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 62376ef commit e523750Copy full SHA for e523750
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Grant execute permission for gradlew
28
run: chmod +x gradlew
29
- name: cache gradle dependencies
30
- uses: actions/cache@v2
+ uses: actions/cache@v3
31
with:
32
path: |
33
~/.gradle/caches
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
0 commit comments