diff --git a/.github/workflows/flutterfmt.yml b/.github/workflows/flutterfmt.yml index 1b56cec..597e914 100644 --- a/.github/workflows/flutterfmt.yml +++ b/.github/workflows/flutterfmt.yml @@ -18,7 +18,7 @@ jobs: - name: Install flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.3.5' + flutter-version: '3.24.1' - name: Check out code uses: actions/checkout@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 09e28e3..ae18d24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Install flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.3.5' + flutter-version: '3.24.1' - uses: nttld/setup-ndk@v1 id: setup-ndk