Skip to content

Commit 621ebeb

Browse files
committed
chore(ci): fix builds failing due to outdated action
1 parent ce42308 commit 621ebeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: yarn install --frozen-lockfile --cwd example
5050

5151
- name: Restore Gradle cache
52-
uses: actions/cache@v2
52+
uses: actions/cache@v4
5353
with:
5454
path: |
5555
~/.gradle/caches

.github/workflows/build-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
working-directory: example
5757

5858
- name: Restore Pods cache
59-
uses: actions/cache@v2
59+
uses: actions/cache@v4
6060
with:
6161
path: |
6262
example/ios/Pods

0 commit comments

Comments
 (0)