Skip to content

Commit 6bc40d3

Browse files
chore(deps): bump futureware-tech/simulator-action from 4 to 5
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>
1 parent 97c6d15 commit 6bc40d3

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.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)