From 6984fc7f5e017397465f0a77285fa6569f2977e7 Mon Sep 17 00:00:00 2001 From: Matias de Andrea Date: Sat, 30 Mar 2024 15:27:00 +0100 Subject: [PATCH] Update reactive_forms.yaml --- .github/workflows/reactive_forms.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: