From a81aa0e900722b276e5d4572f161d8be7e788459 Mon Sep 17 00:00:00 2001 From: Rydmike <39990307+rydmike@users.noreply.github.com> Date: Tue, 14 May 2024 22:33:07 +0300 Subject: [PATCH] Chore: Change CI/CD back to Flutter stable channel --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/deploy_test.yml | 2 +- .github/workflows/test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54d3895..f9db99a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: - name: Install Flutter and Dart SDK uses: subosito/flutter-action@v2 with: - channel: "beta" + channel: "stable" - name: Show Dart SDK version run: dart --version diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5bda174..46f0d4d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,7 +35,7 @@ jobs: - name: Install Flutter and Dart SDK uses: subosito/flutter-action@v2 with: - channel: "beta" + channel: "stable" - name: Show Dart SDK version run: dart --version diff --git a/.github/workflows/deploy_test.yml b/.github/workflows/deploy_test.yml index d5076a8..8cc971f 100644 --- a/.github/workflows/deploy_test.yml +++ b/.github/workflows/deploy_test.yml @@ -36,7 +36,7 @@ jobs: - name: Install Flutter and Dart SDK uses: subosito/flutter-action@v2 with: - channel: "beta" + channel: "stable" - name: Show Dart SDK version run: dart --version diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c929172..1ed0daf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: - name: Install Flutter and Dart SDK uses: subosito/flutter-action@v2 with: - channel: "beta" + channel: "stable" - name: Show Dart SDK version run: dart --version