Skip to content

Commit 2c24e87

Browse files
chore(deps): bump futureware-tech/simulator-action from 3 to 4 (#652)
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-version: '4' 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 b60ac91 commit 2c24e87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/functional-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
xcode-version: ${{ env.XCODE_VERSION }}
7979
- run: defaults write com.apple.iphonesimulator PasteboardAutomaticSync -bool false
8080

81-
- uses: futureware-tech/simulator-action@v3
81+
- uses: futureware-tech/simulator-action@v4
8282
with:
8383
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md
8484
model: ${{ env.IOS_DEVICE_NAME }}
@@ -145,7 +145,7 @@ jobs:
145145
xcode-version: ${{ env.XCODE_VERSION }}
146146
- run: defaults write com.apple.iphonesimulator PasteboardAutomaticSync -bool false
147147

148-
- uses: futureware-tech/simulator-action@v3
148+
- uses: futureware-tech/simulator-action@v4
149149
with:
150150
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md
151151
model: ${{ env.IOS_DEVICE_NAME }}

0 commit comments

Comments
 (0)