From b961afe814973b795b7a5ca217b4caeba7097b59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 23:17:50 +0200 Subject: [PATCH] chore(deps): bump futureware-tech/simulator-action from 2 to 3 (#2285) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/battery_plus.yaml | 2 +- .github/workflows/connectivity_plus.yaml | 2 +- .github/workflows/device_info_plus.yaml | 2 +- .github/workflows/network_info_plus.yaml | 2 +- .github/workflows/package_info_plus.yaml | 2 +- .github/workflows/sensors_plus.yaml | 2 +- .github/workflows/share_plus.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/battery_plus.yaml b/.github/workflows/battery_plus.yaml index d479799da2..b02e4bdfac 100644 --- a/.github/workflows/battery_plus.yaml +++ b/.github/workflows/battery_plus.yaml @@ -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" diff --git a/.github/workflows/connectivity_plus.yaml b/.github/workflows/connectivity_plus.yaml index 349dde45b4..451b98f31e 100644 --- a/.github/workflows/connectivity_plus.yaml +++ b/.github/workflows/connectivity_plus.yaml @@ -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" diff --git a/.github/workflows/device_info_plus.yaml b/.github/workflows/device_info_plus.yaml index 6c4bb83840..82ef101c75 100644 --- a/.github/workflows/device_info_plus.yaml +++ b/.github/workflows/device_info_plus.yaml @@ -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" diff --git a/.github/workflows/network_info_plus.yaml b/.github/workflows/network_info_plus.yaml index ae4b3070a6..0294db784c 100644 --- a/.github/workflows/network_info_plus.yaml +++ b/.github/workflows/network_info_plus.yaml @@ -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" diff --git a/.github/workflows/package_info_plus.yaml b/.github/workflows/package_info_plus.yaml index fc941692d5..a2de6a96c6 100644 --- a/.github/workflows/package_info_plus.yaml +++ b/.github/workflows/package_info_plus.yaml @@ -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" diff --git a/.github/workflows/sensors_plus.yaml b/.github/workflows/sensors_plus.yaml index 6031614cf2..3ad48ee0c3 100644 --- a/.github/workflows/sensors_plus.yaml +++ b/.github/workflows/sensors_plus.yaml @@ -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" diff --git a/.github/workflows/share_plus.yaml b/.github/workflows/share_plus.yaml index 39cb8daf8a..70b3eb966c 100644 --- a/.github/workflows/share_plus.yaml +++ b/.github/workflows/share_plus.yaml @@ -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"