diff --git a/.github/workflows/e2e-v2.yml b/.github/workflows/e2e-v2.yml index 8b9c6dd609..1b99500ac5 100644 --- a/.github/workflows/e2e-v2.yml +++ b/.github/workflows/e2e-v2.yml @@ -423,7 +423,7 @@ jobs: if: ${{ matrix.platform == 'ios' }} run: xcrun simctl list devices available - - uses: futureware-tech/simulator-action@dab10d813144ef59b48d401cd95da151222ef8cd # pin@v4 + - uses: futureware-tech/simulator-action@e89aa8f93d3aec35083ff49d2854d07f7186f7f5 # pin@v5 if: ${{ matrix.platform == 'ios' }} with: model: ${{ env.IOS_DEVICE }} diff --git a/.github/workflows/sample-application.yml b/.github/workflows/sample-application.yml index 9b64df36cf..69c8f8f258 100644 --- a/.github/workflows/sample-application.yml +++ b/.github/workflows/sample-application.yml @@ -294,7 +294,7 @@ jobs: sudo udevadm trigger --name-match=kvm - name: Boot ${{ env.IOS_DEVICE }} with iOS ${{ env.IOS_VERSION }} - uses: futureware-tech/simulator-action@dab10d813144ef59b48d401cd95da151222ef8cd # pin@v4 + uses: futureware-tech/simulator-action@e89aa8f93d3aec35083ff49d2854d07f7186f7f5 # pin@v5 if: ${{ matrix.platform == 'ios' }} with: model: ${{ env.IOS_DEVICE }}