Skip to content

Commit 6b31b3b

Browse files
Update actions/cache action to v4
1 parent 2915c9d commit 6b31b3b

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
@@ -19,7 +19,7 @@ jobs:
1919
java-version: 17
2020

2121
- name: Cache Gradle and wrapper
22-
uses: actions/cache@v3
22+
uses: actions/cache@v4
2323
with:
2424
path: |
2525
~/.gradle/caches

0 commit comments

Comments
 (0)