Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit ba7cb41

Browse files
chore(deps): update actions/cache action to v5
1 parent f4a2098 commit ba7cb41

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
cache-read-only: false
4040

4141
- name: AVD cache
42-
uses: actions/cache@v4
42+
uses: actions/cache@v5
4343
id: avd-cache
4444
with:
4545
path: |

.github/workflows/e2e-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: ./.github/actions/setup-dependencies
4242

4343
- name: Cache Pods
44-
uses: actions/cache@v3
44+
uses: actions/cache@v5
4545
with:
4646
path: apps/mobile-host/ios/Pods
4747
key: ${{ runner.os }}-pods-${{ hashFiles('apps/mobile-host/ios/Podfile.lock') }}

0 commit comments

Comments
 (0)