From ba0a976d154108d56fa0c041e4b2b49916f936f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 07:42:48 +0000 Subject: [PATCH] chore(deps): bump futureware-tech/simulator-action from 4 to 5 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](https://github.com/futureware-tech/simulator-action/compare/dab10d813144ef59b48d401cd95da151222ef8cd...e89aa8f93d3aec35083ff49d2854d07f7186f7f5) --- 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] --- .github/workflows/e2e-v2.yml | 2 +- .github/workflows/sample-application.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-v2.yml b/.github/workflows/e2e-v2.yml index 8b9c6dd609..1b99500ac5 100644 --- a/.github/workflows/e2e-v2.yml +++ b/.github/workflows/e2e-v2.yml @@ -423,7 +423,7 @@ jobs: if: ${{ matrix.platform == 'ios' }} run: xcrun simctl list devices available - - uses: futureware-tech/simulator-action@dab10d813144ef59b48d401cd95da151222ef8cd # pin@v4 + - uses: futureware-tech/simulator-action@e89aa8f93d3aec35083ff49d2854d07f7186f7f5 # pin@v5 if: ${{ matrix.platform == 'ios' }} with: model: ${{ env.IOS_DEVICE }} diff --git a/.github/workflows/sample-application.yml b/.github/workflows/sample-application.yml index 9b64df36cf..69c8f8f258 100644 --- a/.github/workflows/sample-application.yml +++ b/.github/workflows/sample-application.yml @@ -294,7 +294,7 @@ jobs: sudo udevadm trigger --name-match=kvm - name: Boot ${{ env.IOS_DEVICE }} with iOS ${{ env.IOS_VERSION }} - uses: futureware-tech/simulator-action@dab10d813144ef59b48d401cd95da151222ef8cd # pin@v4 + uses: futureware-tech/simulator-action@e89aa8f93d3aec35083ff49d2854d07f7186f7f5 # pin@v5 if: ${{ matrix.platform == 'ios' }} with: model: ${{ env.IOS_DEVICE }}