Upgrade flutter version to 3.13.4

This commit is contained in:
Neeraj Gupta 2023-09-26 21:43:40 +05:30
parent 78b3f32522
commit f87bd89591

View file

@ -1,4 +1,4 @@
name: Flutter CI
name: Release
# This workflow is triggered on pushes to the repository.
on:
@ -26,7 +26,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.10.6'
flutter-version: '3.13.4'
# Fetch sub modules
- run: git submodule update --init --recursive