diff --git a/.github/workflows/reactive_forms.yaml b/.github/workflows/reactive_forms.yaml index 15b0830..3b28c56 100644 --- a/.github/workflows/reactive_forms.yaml +++ b/.github/workflows/reactive_forms.yaml @@ -64,7 +64,7 @@ jobs: - uses: actions/checkout@v3 - uses: subosito/flutter-action@v2 with: - flutter-version: "3.0.0" + flutter-version: "3.16.0" channel: "stable" - run: flutter pub get - name: Check publish warnings @@ -82,8 +82,8 @@ jobs: - name: Download flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.0.0" - channel: 'stable' + flutter-version: "3.16.0" + channel: "stable" - name: Setup pub credentials shell: bash env: