Skip to content

Commit

Permalink
chore(deps): bump futureware-tech/simulator-action from 2 to 3 (#2285)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 12, 2023
1 parent 79e8299 commit b961afe
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/battery_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: "Bootstrap Workspace"
run: melos bootstrap --scope="$PLUGIN_SCOPE"
- name: "Start Simulator"
uses: futureware-tech/simulator-action@v2
uses: futureware-tech/simulator-action@v3
with:
model: "iPhone 14"
- name: "Run Integration Test"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/connectivity_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: "Bootstrap Workspace"
run: melos bootstrap --scope="$PLUGIN_SCOPE"
- name: "Start Simulator"
uses: futureware-tech/simulator-action@v2
uses: futureware-tech/simulator-action@v3
with:
model: 'iPhone 14'
- name: "Run Integration Test"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/device_info_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: "Bootstrap Workspace"
run: melos bootstrap --scope="$PLUGIN_SCOPE"
- name: "Start Simulator"
uses: futureware-tech/simulator-action@v2
uses: futureware-tech/simulator-action@v3
with:
model: 'iPhone 14'
- name: "Run Integration Test"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/network_info_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: "Bootstrap Workspace"
run: melos bootstrap --scope="$PLUGIN_SCOPE"
- name: "Start Simulator"
uses: futureware-tech/simulator-action@v2
uses: futureware-tech/simulator-action@v3
with:
model: 'iPhone 14'
- name: "Run Integration Test"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package_info_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: "Bootstrap Workspace"
run: melos bootstrap --scope="$PLUGIN_SCOPE"
- name: "Start Simulator"
uses: futureware-tech/simulator-action@v2
uses: futureware-tech/simulator-action@v3
with:
model: 'iPhone 14'
- name: "Run Integration Test"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sensors_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: "Install Tools"
run: ./.github/workflows/scripts/install-tools.sh
- name: "Start Simulator"
uses: futureware-tech/simulator-action@v2
uses: futureware-tech/simulator-action@v3
with:
model: 'iPhone 14'
- name: "Bootstrap Workspace"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/share_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: "Bootstrap Workspace"
run: melos bootstrap --scope="$PLUGIN_SCOPE"
- name: "Start Simulator"
uses: futureware-tech/simulator-action@v2
uses: futureware-tech/simulator-action@v3
with:
model: 'iPhone 14'
- name: "Run Integration Test"
Expand Down

0 comments on commit b961afe

Please sign in to comment.