Update auth github workflows to use flutter 3.24.0

This commit is contained in:
ashilkn
2024-08-21 15:14:41 +05:30
parent e4753b3e08
commit 54a0a09251
2 changed files with 2 additions and 2 deletions

View File

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

View File

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