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 2b2898e commit 5d26c44Copy full SHA for 5d26c44
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Grant execute permission for gradlew
19
run: chmod +x gradlew
20
- name: Use gradle cache for faster builds
21
- uses: actions/cache@v1
+ uses: actions/cache@v4
22
with:
23
path: ~/.gradle/caches
24
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
0 commit comments