Skip to content

Commit bfe5d2a

Browse files
authored
Merge pull request #15 from cl33t/renovate/actions-cache-4.x
Update actions/cache action to v4
2 parents 8128754 + 7060c78 commit bfe5d2a

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
@@ -21,7 +21,7 @@ jobs:
2121
cache: gradle
2222

2323
- name: Cache Gradle packages
24-
uses: actions/cache@v3
24+
uses: actions/cache@v4
2525
with:
2626
path: |
2727
~/.gradle/caches

0 commit comments

Comments
 (0)