Upgrade flutter version to 3.13.4
This commit is contained in:
parent
78b3f32522
commit
f87bd89591
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue