From 4be3c4be459505063775a6e319698de9cc5c2f2b Mon Sep 17 00:00:00 2001 From: Jagandeep Brar Date: Sat, 19 Feb 2022 00:16:14 -0500 Subject: [PATCH] chore(ci): switch to Flutter stable [skip ci] --- .github/workflows/clear_flutter_cache.yml | 2 +- .github/workflows/generate_files.yml | 2 +- .github/workflows/release_android.yml | 2 +- .github/workflows/release_ios.yml | 2 +- .github/workflows/release_macos.yml | 2 +- .github/workflows/validate.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/clear_flutter_cache.yml b/.github/workflows/clear_flutter_cache.yml index fadd92e6..6a1e7eb3 100644 --- a/.github/workflows/clear_flutter_cache.yml +++ b/.github/workflows/clear_flutter_cache.yml @@ -11,7 +11,7 @@ jobs: - name: Install Flutter uses: subosito/flutter-action@v2 with: - channel: beta + channel: stable cache: true cache-key: ${{ github.sha }} diff --git a/.github/workflows/generate_files.yml b/.github/workflows/generate_files.yml index 66b00e35..6d920f9b 100644 --- a/.github/workflows/generate_files.yml +++ b/.github/workflows/generate_files.yml @@ -20,7 +20,7 @@ jobs: - name: Install Flutter uses: subosito/flutter-action@v2 with: - channel: beta + channel: stable cache: true cache-key: ${{ github.sha }} diff --git a/.github/workflows/release_android.yml b/.github/workflows/release_android.yml index b2aa7803..02099aa9 100644 --- a/.github/workflows/release_android.yml +++ b/.github/workflows/release_android.yml @@ -65,7 +65,7 @@ jobs: - name: Install Flutter uses: subosito/flutter-action@v2 with: - channel: beta + channel: stable cache: true cache-key: ${{ github.sha }} diff --git a/.github/workflows/release_ios.yml b/.github/workflows/release_ios.yml index c5becdfa..4e978192 100644 --- a/.github/workflows/release_ios.yml +++ b/.github/workflows/release_ios.yml @@ -83,7 +83,7 @@ jobs: - name: Install Flutter uses: subosito/flutter-action@v2 with: - channel: beta + channel: stable cache: true cache-key: ${{ github.sha }} diff --git a/.github/workflows/release_macos.yml b/.github/workflows/release_macos.yml index 23a97842..2089719c 100644 --- a/.github/workflows/release_macos.yml +++ b/.github/workflows/release_macos.yml @@ -83,7 +83,7 @@ jobs: - name: Install Flutter uses: subosito/flutter-action@v2 with: - channel: beta + channel: stable cache: true cache-key: ${{ github.sha }} diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 5d4e3636..161ddd92 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -20,7 +20,7 @@ jobs: - name: Install Flutter uses: subosito/flutter-action@v2 with: - channel: beta + channel: stable cache: true cache-key: ${{ github.sha }}