diff --git a/.github/workflows/deploy-web.yml b/.github/workflows/deploy-web.yml index e04eca9..e19a4e4 100644 --- a/.github/workflows/deploy-web.yml +++ b/.github/workflows/deploy-web.yml @@ -29,7 +29,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.13.9' + flutter-version: '3.22.0' - name: Get dependencies run: flutter pub get