diff --git a/.github/workflows/build-deploy-web.yml b/.github/workflows/build-deploy-web.yml index a080f6b..a054836 100644 --- a/.github/workflows/build-deploy-web.yml +++ b/.github/workflows/build-deploy-web.yml @@ -20,7 +20,7 @@ jobs: - name: Setup flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.10.0' + flutter-version: '3.13.9' channel: 'stable' - name: Build Web diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 35b6bd7..956efb3 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -20,7 +20,7 @@ jobs: - name: Setup flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.10.0" + flutter-version: "3.13.9" channel: "stable" - name: Build Linux @@ -47,7 +47,7 @@ jobs: - name: Setup flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.10.0" + flutter-version: "3.13.9" channel: "stable" - name: Build Android apps @@ -74,7 +74,7 @@ jobs: - name: Setup flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.10.0" + flutter-version: "3.13.9" channel: "stable" - name: Build Windows @@ -100,7 +100,7 @@ jobs: # - name: Setup flutter # uses: subosito/flutter-action@v2 # with: - # flutter-version: '3.10.0' + # flutter-version: '3.13.9' # channel: 'stable' # - name: Build MacOS