We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70fe69 commit 899d435Copy full SHA for 899d435
1 file changed
.github/workflows/maestro.yml
@@ -24,7 +24,7 @@ jobs:
24
25
# Cache Android SDK system images to avoid re-downloading emulator images
26
- name: Cache Android SDK system images
27
- uses: actions/cache@v4
+ uses: actions/cache@v5
28
with:
29
path: /usr/local/lib/android/sdk/system-images
30
key: ${{ runner.os }}-android-sdk-system-images-api-30-default-x86_64
@@ -33,7 +33,7 @@ jobs:
33
34
# Cache the AVD directory so the emulator can reuse a pre-created snapshot
35
- name: Cache AVD
36
37
38
path: ~/.android/avd
39
key: ${{ runner.os }}-avd-api-32-default-x86_64
@@ -42,7 +42,7 @@ jobs:
42
43
# Cache Maestro CLI installation
44
- name: Cache Maestro
45
46
47
path: ~/.maestro
48
key: ${{ runner.os }}-maestro-v1
0 commit comments