Skip to content

Commit 65bf05e

Browse files
chore: bump futureware-tech/simulator-action from 4 to 5 (#643)
Bumps [futureware-tech/simulator-action](https://github.com/futureware-tech/simulator-action) from 4 to 5. - [Release notes](https://github.com/futureware-tech/simulator-action/releases) - [Changelog](https://github.com/futureware-tech/simulator-action/blob/main/CHANGELOG.md) - [Commits](futureware-tech/simulator-action@v4...v5) --- updated-dependencies: - dependency-name: futureware-tech/simulator-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a4388cb commit 65bf05e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-secondary-platforms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
xcode-version: ${{ env.XCODE_VERSION }}
2424

2525
- name: Setup specified simulator
26-
uses: futureware-tech/simulator-action@v4
26+
uses: futureware-tech/simulator-action@v5
2727
id: simulator
2828
with:
2929
model: iPhone 16 Pro

.github/workflows/native-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
xcode-version: ${{ env.XCODE_VERSION }}
3333

3434
- name: Setup specified simulator
35-
uses: futureware-tech/simulator-action@v4
35+
uses: futureware-tech/simulator-action@v5
3636
id: simulator
3737
with:
3838
model: ${{ matrix.device }}

0 commit comments

Comments
 (0)