Skip to content

Commit 01d6d38

Browse files
committed
Update github workflow
1 parent 63d50a4 commit 01d6d38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10-
- uses: subosito/flutter-action@v1.4.0
10+
- uses: subosito/flutter-action@v2.3.0
11+
with:
12+
channel: 'stable'
1113
- name: Getting packages
1214
run: flutter pub get
1315
- name: analyzis

0 commit comments

Comments
 (0)