Skip to content

Commit 364fc16

Browse files
build(deps): Bump futureware-tech/simulator-action from 4 to 5 (#2389)
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 3e8f121 commit 364fc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
xcode-version: "${{ env.XCODE_VERSION }}"
158158
- name: Prepare iOS simulator
159159
if: (matrix.e2e-tests == 'ios' || matrix.e2e-tests == 'flutter-ios') && matrix.selenium == 'stable'
160-
uses: futureware-tech/simulator-action@v4
160+
uses: futureware-tech/simulator-action@v5
161161
with:
162162
model: "${{ env.IOS_DEVICE_NAME }}"
163163
os_version: "${{ env.IOS_PLATFORM_VERSION }}"

0 commit comments

Comments
 (0)