diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 729ed295..859a1dfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,8 +54,6 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - # Keep in sync with .fvmrc - flutter-version: "3.41.5" channel: "stable" cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43a0990f..80ad722b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -126,8 +126,6 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - # Keep in sync with .fvmrc and ci.yml - flutter-version: "3.41.5" channel: "stable" cache: true @@ -273,8 +271,6 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - # Keep in sync with .fvmrc and ci.yml - flutter-version: "3.41.5" channel: "stable" cache: true