Skip to content

Commit 350430a

Browse files
chore(deps): bump futureware-tech/simulator-action from 4 to 5 (#3766)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 97c6d15 commit 350430a

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/battery_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: "Bootstrap Workspace"
109109
run: melos bootstrap --scope="$PLUGIN_SCOPE"
110110
- name: "Start Simulator"
111-
uses: futureware-tech/simulator-action@v4
111+
uses: futureware-tech/simulator-action@v5
112112
with:
113113
model: "iPhone 17"
114114
- name: "Run Integration Test"

.github/workflows/connectivity_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: "Bootstrap Workspace"
109109
run: melos bootstrap --scope="$PLUGIN_SCOPE"
110110
- name: "Start Simulator"
111-
uses: futureware-tech/simulator-action@v4
111+
uses: futureware-tech/simulator-action@v5
112112
with:
113113
model: 'iPhone 17'
114114
- name: "Run Integration Test"

.github/workflows/device_info_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: "Bootstrap Workspace"
108108
run: melos bootstrap --scope="$PLUGIN_SCOPE"
109109
- name: "Start Simulator"
110-
uses: futureware-tech/simulator-action@v4
110+
uses: futureware-tech/simulator-action@v5
111111
with:
112112
model: 'iPhone 17'
113113
- name: "Run Integration Test"

.github/workflows/network_info_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: "Bootstrap Workspace"
108108
run: melos bootstrap --scope="$PLUGIN_SCOPE"
109109
- name: "Start Simulator"
110-
uses: futureware-tech/simulator-action@v4
110+
uses: futureware-tech/simulator-action@v5
111111
with:
112112
model: 'iPhone 17'
113113
- name: "Run Integration Test"

.github/workflows/package_info_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: "Bootstrap Workspace"
108108
run: melos bootstrap --scope="$PLUGIN_SCOPE"
109109
- name: "Start Simulator"
110-
uses: futureware-tech/simulator-action@v4
110+
uses: futureware-tech/simulator-action@v5
111111
with:
112112
model: 'iPhone 17'
113113
- name: "Run Integration Test"

.github/workflows/sensors_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: "Install Tools"
103103
run: ./.github/workflows/scripts/install-tools.sh
104104
- name: "Start Simulator"
105-
uses: futureware-tech/simulator-action@v4
105+
uses: futureware-tech/simulator-action@v5
106106
with:
107107
model: 'iPhone 17'
108108
- name: "Bootstrap Workspace"

.github/workflows/share_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: "Bootstrap Workspace"
107107
run: melos bootstrap --scope="$PLUGIN_SCOPE"
108108
- name: "Start Simulator"
109-
uses: futureware-tech/simulator-action@v4
109+
uses: futureware-tech/simulator-action@v5
110110
with:
111111
model: 'iPhone 17'
112112
- name: "Run Integration Test"

0 commit comments

Comments
 (0)