From 10a56c68fd52e9b7f484cb04cf5e6d061577f368 Mon Sep 17 00:00:00 2001 From: Kacper Kogut Date: Tue, 23 Jul 2024 22:44:24 +0200 Subject: [PATCH] Update Flutter version in workflows to 3.22.3 --- .github/actions/setup-app/action.yml | 2 +- .github/workflows/flutter-ci-cd.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-app/action.yml b/.github/actions/setup-app/action.yml index 6e7993bc..136cca8d 100644 --- a/.github/actions/setup-app/action.yml +++ b/.github/actions/setup-app/action.yml @@ -18,7 +18,7 @@ runs: uses: subosito/flutter-action@v2 with: channel: 'stable' # 'dev', 'alpha', default to: 'stable' - flutter-version: '3.19.2' + flutter-version: '3.22.3' cache: true - name: Flutter version diff --git a/.github/workflows/flutter-ci-cd.yaml b/.github/workflows/flutter-ci-cd.yaml index 9b23318b..f64b124a 100644 --- a/.github/workflows/flutter-ci-cd.yaml +++ b/.github/workflows/flutter-ci-cd.yaml @@ -28,7 +28,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: 'stable' # 'dev', 'alpha', default to: 'stable' - flutter-version: '3.19.2' + flutter-version: '3.22.3' cache: true - name: Setup cider