Skip to content

Commit b80cff8

Browse files
Update actions/cache action to v4
1 parent 740d245 commit b80cff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
java-version: 17
4949

5050
- name: Cache Gradle and wrapper
51-
uses: actions/cache@v2
51+
uses: actions/cache@v4
5252
with:
5353
path: |
5454
~/.gradle/caches

0 commit comments

Comments
 (0)