ci: update flutter version.

Signed-off-by: xsahil03x <[email protected]>
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 name: Dart Code Metrics
env: env:
flutter_version: "3.10.0" flutter_version: "3.10.4"
folders: "lib, test" folders: "lib, test"
on: on:
@@ -2,7 +2,7 @@ name: stream_flutter_workflow
env: env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
flutter_version: "3.10.0" flutter_version: "3.10.4"
on: on:
pull_request: pull_request:
@@ -17,7 +17,7 @@ on:
branches: branches:
- master - master
- develop - develop
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true