From 010ee1c44d86b2cb33fe8060647dfdb660a53890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 11:02:37 +0000 Subject: [PATCH] ci(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 c0b7f1d8..c21e3d85 100644 --- a/.github/workflows/functional-test.yml +++ b/.github/workflows/functional-test.yml @@ -65,7 +65,7 @@ jobs: defaults write com.apple.iphonesimulator PasteboardAutomaticSync -bool false open -Fn "$(xcode-select --print-path)/Applications/Simulator.app" - name: Prepare iOS simulator - uses: futureware-tech/simulator-action@v4 + uses: futureware-tech/simulator-action@v5 with: model: ${{ env.IPHONE_MODEL }} os_version: ${{ env.IOS_VERSION }} @@ -333,7 +333,7 @@ jobs: defaults write com.apple.iphonesimulator PasteboardAutomaticSync -bool false open -Fn "$(xcode-select --print-path)/Applications/Simulator.app" - - uses: futureware-tech/simulator-action@v4 + - uses: futureware-tech/simulator-action@v5 if: matrix.e2e-tests == 'flutter-ios' with: # https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md