Skip to content

Commit a20d9b8

Browse files
committed
ci(workflow): 更新 Flutter 版本至 3.24.0
将 GitHub Actions 工作流中的 Flutter 版本从 3.19.0 升级到 3.24.0,以使用最新的稳定版功能
1 parent 8b22428 commit a20d9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Flutter
2525
uses: subosito/flutter-action@v2
2626
with:
27-
flutter-version: "3.19.0"
27+
flutter-version: "3.24.0"
2828
channel: "stable"
2929

3030
- name: Get dependencies

0 commit comments

Comments
 (0)