Skip to content

Commit ffdab06

Browse files
chore(deps): bump futureware-tech/simulator-action from 3 to 4
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>
1 parent ffaa475 commit ffdab06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/functional-test.yml

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

73-
- uses: futureware-tech/simulator-action@v3
73+
- uses: futureware-tech/simulator-action@v4
7474
with:
7575
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md
7676
model: ${{ env.IOS_DEVICE_NAME }}
@@ -137,7 +137,7 @@ jobs:
137137
xcode-version: ${{ env.XCODE_VERSION }}
138138
- run: defaults write com.apple.iphonesimulator PasteboardAutomaticSync -bool false
139139

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

0 commit comments

Comments
 (0)