[mob][auth] Update flutter version in github workflows

This commit is contained in:
ashilkn
2024-08-27 14:29:27 +05:30
committed by Neeraj Gupta
parent ac0ae00015
commit d413ed2de0
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ on:
- ".github/workflows/auth-lint.yml"
env:
FLUTTER_VERSION: "3.24.0"
FLUTTER_VERSION: "3.24.1"
jobs:
lint:

View File

@@ -29,7 +29,7 @@ on:
- "auth-v*"
env:
FLUTTER_VERSION: "3.24.0"
FLUTTER_VERSION: "3.24.1"
jobs:
build-ubuntu: