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

Commit e6701ee

Browse files
chore(deps): update callstackincubator/ios action to v3
1 parent c8715ee commit e6701ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Install Pods
5858
run: pnpm --filter MobileHost pods
5959

60-
- uses: callstackincubator/ios@v1
60+
- uses: callstackincubator/ios@v3
6161
with:
6262
github-token: ${{ secrets.GITHUB_TOKEN }}
6363
destination: 'simulator' # or 'device'

.github/workflows/ios-remote-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 2
2222
- uses: ./.github/actions/setup-dependencies
23-
- uses: callstackincubator/ios@v1
23+
- uses: callstackincubator/ios@v3
2424
with:
2525
github-token: ${{ secrets.GITHUB_TOKEN }}
2626
destination: 'simulator' # or 'device'

0 commit comments

Comments
 (0)