Skip to content

Commit 899d435

Browse files
Update actions/cache action to v5
1 parent c70fe69 commit 899d435

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/maestro.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
# Cache Android SDK system images to avoid re-downloading emulator images
2626
- name: Cache Android SDK system images
27-
uses: actions/cache@v4
27+
uses: actions/cache@v5
2828
with:
2929
path: /usr/local/lib/android/sdk/system-images
3030
key: ${{ runner.os }}-android-sdk-system-images-api-30-default-x86_64
@@ -33,7 +33,7 @@ jobs:
3333
3434
# Cache the AVD directory so the emulator can reuse a pre-created snapshot
3535
- name: Cache AVD
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
with:
3838
path: ~/.android/avd
3939
key: ${{ runner.os }}-avd-api-32-default-x86_64
@@ -42,7 +42,7 @@ jobs:
4242
4343
# Cache Maestro CLI installation
4444
- name: Cache Maestro
45-
uses: actions/cache@v4
45+
uses: actions/cache@v5
4646
with:
4747
path: ~/.maestro
4848
key: ${{ runner.os }}-maestro-v1

0 commit comments

Comments
 (0)