diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d1ee589..1a4157d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -248,7 +248,7 @@ jobs: - uses: actions/checkout@v1 - uses: subosito/flutter-action@v2 with: - flutter-version: 'stable' # Run the latest version + channel: 'stable' # Run the latest version cache: true - uses: futureware-tech/simulator-action@v2 with: @@ -270,7 +270,7 @@ jobs: - uses: actions/checkout@v1 - uses: subosito/flutter-action@v2 with: - flutter-version: 'stable' # Run the latest version + channel: 'stable' # Run the latest version cache: true - uses: futureware-tech/simulator-action@v2 with: