diff --git a/.github/workflows/battery_plus.yaml b/.github/workflows/battery_plus.yaml index 59d2f7cb3f..08475bec71 100644 --- a/.github/workflows/battery_plus.yaml +++ b/.github/workflows/battery_plus.yaml @@ -126,8 +126,11 @@ jobs: steps: - name: "Checkout repository" uses: actions/checkout@v3 + # Use till https://github.com/flutter/flutter/issues/118469 is resolved - name: "Install Flutter" - run: ./.github/workflows/scripts/install-flutter.sh stable + uses: subosito/flutter-action@v2 + with: + flutter-version: '3.3.10' - name: "Install Tools" run: ./.github/workflows/scripts/install-tools.sh - name: "Run Integration Test" diff --git a/.github/workflows/connectivity_plus.yaml b/.github/workflows/connectivity_plus.yaml index 5eaddbc0fd..431ab6eccb 100644 --- a/.github/workflows/connectivity_plus.yaml +++ b/.github/workflows/connectivity_plus.yaml @@ -125,8 +125,11 @@ jobs: steps: - name: "Checkout repository" uses: actions/checkout@v3 + # Use till https://github.com/flutter/flutter/issues/118469 is resolved - name: "Install Flutter" - run: ./.github/workflows/scripts/install-flutter.sh stable + uses: subosito/flutter-action@v2 + with: + flutter-version: '3.3.10' - name: "Install Tools" run: ./.github/workflows/scripts/install-tools.sh - name: "Run Integration Test" diff --git a/.github/workflows/device_info_plus.yaml b/.github/workflows/device_info_plus.yaml index 69c092868b..9efb8b44f9 100644 --- a/.github/workflows/device_info_plus.yaml +++ b/.github/workflows/device_info_plus.yaml @@ -126,8 +126,11 @@ jobs: steps: - name: "Checkout repository" uses: actions/checkout@v3 + # Use till https://github.com/flutter/flutter/issues/118469 is resolved - name: "Install Flutter" - run: ./.github/workflows/scripts/install-flutter.sh stable + uses: subosito/flutter-action@v2 + with: + flutter-version: '3.3.10' - name: "Install Tools" run: ./.github/workflows/scripts/install-tools.sh - name: "Run Integration Test" diff --git a/.github/workflows/network_info_plus.yaml b/.github/workflows/network_info_plus.yaml index 7fec400c5f..f7d3776e8a 100644 --- a/.github/workflows/network_info_plus.yaml +++ b/.github/workflows/network_info_plus.yaml @@ -126,8 +126,11 @@ jobs: steps: - name: "Checkout repository" uses: actions/checkout@v3 + # Use till https://github.com/flutter/flutter/issues/118469 is resolved - name: "Install Flutter" - run: ./.github/workflows/scripts/install-flutter.sh stable + uses: subosito/flutter-action@v2 + with: + flutter-version: '3.3.10' - name: "Install Tools" run: ./.github/workflows/scripts/install-tools.sh - name: "Run Integration Test" diff --git a/.github/workflows/package_info_plus.yaml b/.github/workflows/package_info_plus.yaml index 80849b50dd..93a3ccd1ad 100644 --- a/.github/workflows/package_info_plus.yaml +++ b/.github/workflows/package_info_plus.yaml @@ -125,8 +125,11 @@ jobs: steps: - name: "Checkout repository" uses: actions/checkout@v3 + # Use till https://github.com/flutter/flutter/issues/118469 is resolved - name: "Install Flutter" - run: ./.github/workflows/scripts/install-flutter.sh stable + uses: subosito/flutter-action@v2 + with: + flutter-version: '3.3.10' - name: "Install Tools" run: ./.github/workflows/scripts/install-tools.sh - name: "Run Integration Test" diff --git a/.github/workflows/share_plus.yaml b/.github/workflows/share_plus.yaml index 7e53bfbf37..2719cfe194 100644 --- a/.github/workflows/share_plus.yaml +++ b/.github/workflows/share_plus.yaml @@ -125,8 +125,11 @@ jobs: steps: - name: "Checkout repository" uses: actions/checkout@v3 + # Use till https://github.com/flutter/flutter/issues/118469 is resolved - name: "Install Flutter" - run: ./.github/workflows/scripts/install-flutter.sh stable + uses: subosito/flutter-action@v2 + with: + flutter-version: '3.3.10' - name: "Install Tools" run: ./.github/workflows/scripts/install-tools.sh - name: "Run Integration Test"