Browse Source

switch github actions to beta channel

lukepighetti 4 years ago
parent
commit
306d2d7752
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/dart.yml

+ 1 - 1
.github/workflows/dart.yml

@@ -17,6 +17,6 @@ jobs:
           java-version: '12.x'
           java-version: '12.x'
       - uses: subosito/flutter-action@v1
       - uses: subosito/flutter-action@v1
         with:
         with:
-          channel: stable
+          channel: beta
       - run: flutter pub get
       - run: flutter pub get
       - run: flutter test
       - run: flutter test