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"