Skip to content

Commit a8052bc

Browse files
chore(deps): bump futureware-tech/simulator-action from 4 to 5 (#668)
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 3b41820 commit a8052bc

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
@@ -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@v4
81+
- uses: futureware-tech/simulator-action@v5
8282
with:
8383
# https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md
8484
model: ${{ env.IOS_DEVICE_NAME }}
@@ -146,7 +146,7 @@ jobs:
146146
xcode-version: ${{ env.XCODE_VERSION }}
147147
- run: defaults write com.apple.iphonesimulator PasteboardAutomaticSync -bool false
148148

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

0 commit comments

Comments
 (0)