Skip to content

Commit 0473d96

Browse files
committed
chore(ci): fix builds failing due to outdated action
1 parent 1376b7d commit 0473d96

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Build Android Example App
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v2
28+
- uses: actions/checkout@v4
2929

3030
- name: Setup JDK 17
3131
uses: actions/setup-java@v1

.github/workflows/build-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run:
2727
working-directory: example/ios
2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v4
3030

3131
- name: Get yarn cache directory path
3232
id: yarn-cache-dir-path

0 commit comments

Comments
 (0)