From 1a0e23449fe03c3aee2c2adac976115f094eff54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 11:57:55 +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/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] --- .github/workflows/functional-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/functional-test.yml b/.github/workflows/functional-test.yml index 3881804a..1f2f703a 100644 --- a/.github/workflows/functional-test.yml +++ b/.github/workflows/functional-test.yml @@ -78,7 +78,7 @@ jobs: xcode-version: ${{ env.XCODE_VERSION }} - run: defaults write com.apple.iphonesimulator PasteboardAutomaticSync -bool false - - uses: futureware-tech/simulator-action@v4 + - uses: futureware-tech/simulator-action@v5 with: # https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md model: ${{ env.IOS_DEVICE_NAME }} @@ -146,7 +146,7 @@ jobs: xcode-version: ${{ env.XCODE_VERSION }} - run: defaults write com.apple.iphonesimulator PasteboardAutomaticSync -bool false - - uses: futureware-tech/simulator-action@v4 + - uses: futureware-tech/simulator-action@v5 with: # https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md model: ${{ env.IOS_DEVICE_NAME }}