ci: update flutter version.

Signed-off-by: xsahil03x <xdsahil@gmail.com>
This commit is contained in:
Sahil Kumar
2023-06-08 18:50:36 +05:30
committed by xsahil03x
parent 77484980a3
commit 92c8225018
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: Dart Code Metrics
env:
flutter_version: "3.10.0"
flutter_version: "3.10.4"
folders: "lib, test"
on:
@@ -2,7 +2,7 @@ name: stream_flutter_workflow
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
flutter_version: "3.10.0"
flutter_version: "3.10.4"
on:
pull_request:
@@ -17,7 +17,7 @@ on:
branches:
- master
- develop
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true