Skip to content

Commit 5d26c44

Browse files
authored
Update cache action (#1035)
1 parent 2b2898e commit 5d26c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Grant execute permission for gradlew
1919
run: chmod +x gradlew
2020
- name: Use gradle cache for faster builds
21-
uses: actions/cache@v1
21+
uses: actions/cache@v4
2222
with:
2323
path: ~/.gradle/caches
2424
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)