Skip to content

Commit 88f2707

Browse files
authored
Update ios.yml
1 parent 851ce46 commit 88f2707

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ios.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
uses: actions/checkout@v3
1515

1616
- name: Set up Flutter
17-
uses: subosito/flutter-action@v2
17+
uses: subosito/flutter-action@v3 # استخدام الإصدار الأحدث من flutter-action
1818
with:
19-
flutter-version: '3.22.2' # استخدام الإصدار الحالي
20-
channel: 'beta' # التبديل إلى قناة beta
19+
flutter-version: '3.22.2'
20+
channel: 'stable'
2121

2222
- name: Install dependencies
2323
run: flutter pub get

0 commit comments

Comments
 (0)