Skip to content

Commit eb4903c

Browse files
committed
[CI/CD] update flutter version
Signed-off-by: Ritesh Khadse <r.khadse@flick2know.com>
1 parent 88822bd commit eb4903c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,13 @@ jobs:
2626
- uses: actions/setup-java@v1
2727
with:
2828
java-version: 1.8
29-
- uses: subosito/flutter-action@v1
29+
- uses: subosito/flutter-action@v2
3030
with:
3131
channel: 'stable'
32-
flutter-version: '2.10.3'
32+
flutter-version: '3.0.5'
3333

3434
- name: "Activate remove_from_coverage package"
35-
run: |
36-
pub global activate remove_from_coverage
35+
run: flutter pub global activate remove_from_coverage
3736

3837
- name: 'Flutter Doctor'
3938
run: flutter doctor -v

0 commit comments

Comments
 (0)