diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 81bbe4a43..c4b6f3f38 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -20,7 +20,7 @@ jobs: distribution: temurin java-version: 24 - - uses: subosito/flutter-action@v2.22.0 + - uses: subosito/flutter-action@v2.23.0 with: channel: stable cache: true @@ -82,7 +82,7 @@ jobs: bundle exec fastlane run setup_ci bundle exec fastlane match appstore --readonly true -s "fastlane_tmp_keychain" - - uses: subosito/flutter-action@v2.22.0 + - uses: subosito/flutter-action@v2.23.0 with: channel: stable cache: true diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4f7bf6177..cf1672e65 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: java-version: 24 - name: Setup Flutter - uses: subosito/flutter-action@v2.22.0 + uses: subosito/flutter-action@v2.23.0 with: channel: ${{ env.FLUTTER_VERSION }} cache: true @@ -125,7 +125,7 @@ jobs: bundle exec fastlane match appstore --readonly true -s "fastlane_tmp_keychain" - name: Install Flutter SDK - uses: subosito/flutter-action@v2.22.0 + uses: subosito/flutter-action@v2.23.0 with: channel: ${{ env.FLUTTER_VERSION }} cache: true @@ -172,7 +172,7 @@ jobs: distribution: microsoft java-version: 17 - - uses: subosito/flutter-action@v2.22.0 + - uses: subosito/flutter-action@v2.23.0 with: channel: ${{ env.FLUTTER_VERSION }} cache: true @@ -255,7 +255,7 @@ jobs: bundle exec fastlane match appstore --readonly true -s "fastlane_tmp_keychain" - name: Install Flutter SDK - uses: subosito/flutter-action@v2.22.0 + uses: subosito/flutter-action@v2.23.0 with: channel: ${{ env.FLUTTER_VERSION }} cache: true