Skip to content

Commit

Permalink
chore(deps): bump futureware-tech/simulator-action from 3 to 4 (#3337)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent d6a45b6 commit 2c9c526
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 @@ -114,7 +114,7 @@ jobs:
- name: "Bootstrap Workspace"
run: melos bootstrap --scope="$PLUGIN_SCOPE"
- name: "Start Simulator"
uses: futureware-tech/simulator-action@v3
uses: futureware-tech/simulator-action@v4
with:
model: "iPhone 15"
- 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 @@ -114,7 +114,7 @@ jobs:
- name: "Bootstrap Workspace"
run: melos bootstrap --scope="$PLUGIN_SCOPE"
- name: "Start Simulator"
uses: futureware-tech/simulator-action@v3
uses: futureware-tech/simulator-action@v4
with:
model: 'iPhone 15'
- 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 @@ -113,7 +113,7 @@ jobs:
- name: "Bootstrap Workspace"
run: melos bootstrap --scope="$PLUGIN_SCOPE"
- name: "Start Simulator"
uses: futureware-tech/simulator-action@v3
uses: futureware-tech/simulator-action@v4
with:
model: 'iPhone 15'
- 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 @@ -113,7 +113,7 @@ jobs:
- name: "Bootstrap Workspace"
run: melos bootstrap --scope="$PLUGIN_SCOPE"
- name: "Start Simulator"
uses: futureware-tech/simulator-action@v3
uses: futureware-tech/simulator-action@v4
with:
model: 'iPhone 15'
- 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 @@ -113,7 +113,7 @@ jobs:
- name: "Bootstrap Workspace"
run: melos bootstrap --scope="$PLUGIN_SCOPE"
- name: "Start Simulator"
uses: futureware-tech/simulator-action@v3
uses: futureware-tech/simulator-action@v4
with:
model: 'iPhone 15'
- 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 @@ -108,7 +108,7 @@ jobs:
- name: "Install Tools"
run: ./.github/workflows/scripts/install-tools.sh
- name: "Start Simulator"
uses: futureware-tech/simulator-action@v3
uses: futureware-tech/simulator-action@v4
with:
model: 'iPhone 15'
- 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 @@ -112,7 +112,7 @@ jobs:
- name: "Bootstrap Workspace"
run: melos bootstrap --scope="$PLUGIN_SCOPE"
- name: "Start Simulator"
uses: futureware-tech/simulator-action@v3
uses: futureware-tech/simulator-action@v4
with:
model: 'iPhone 15'
- name: "Run Integration Test"
Expand Down

0 comments on commit 2c9c526

Please sign in to comment.