Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 106dc81

Browse files
Update actions/cache action to v3 (#64)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 1b75287 commit 106dc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Gradle cache
7777
uses: gradle/gradle-build-action@v2
7878
- name: AVD cache
79-
uses: actions/cache@v2
79+
uses: actions/cache@v3
8080
id: avd-cache
8181
with:
8282
path: |

0 commit comments

Comments
 (0)