Skip to content

Commit ae56acf

Browse files
committed
chore: Upgrade Flutter setup action (更新 Flutter setup action)
- Upgrade `flutter-action` from `v2` to `v4` (将 `flutter-action` 从 `v2` 升级到 `v4`) - Use `flutter-actions/setup-flutter` for better maintenance (使用 `flutter-actions/setup-flutter` 以获得更好的维护)
1 parent e9ca912 commit ae56acf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
fetch-depth: 0
5252

5353
- name: Setup Flutter
54-
uses: subosito/flutter-action@v2
54+
uses: flutter-actions/setup-flutter@v4
5555
with:
5656
channel: stable
5757
cache: true
@@ -103,7 +103,7 @@ jobs:
103103
fetch-depth: 0
104104

105105
- name: Setup Flutter
106-
uses: subosito/flutter-action@v2
106+
uses: flutter-actions/setup-flutter@v4
107107
with:
108108
channel: stable
109109
cache: true

0 commit comments

Comments
 (0)