Skip to content

Commit c9d7220

Browse files
build(deps): Bump futureware-tech/simulator-action from 3 to 4 (#2243)
Bumps [futureware-tech/simulator-action](https://github.com/futureware-tech/simulator-action) from 3 to 4. - [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@v3...v4) --- updated-dependencies: - dependency-name: futureware-tech/simulator-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9276c94 commit c9d7220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
xcode-version: "${{ env.XCODE_VERSION }}"
131131
- name: Prepare iOS simulator
132132
if: matrix.e2e-tests == 'ios' || matrix.e2e-tests == 'flutter-ios'
133-
uses: futureware-tech/simulator-action@v3
133+
uses: futureware-tech/simulator-action@v4
134134
with:
135135
model: "${{ env.IOS_DEVICE_NAME }}"
136136
os_version: "${{ env.IOS_PLATFORM_VERSION }}"

0 commit comments

Comments
 (0)