Skip to content

fix: CI failures#3799

Closed
vicajilau wants to merge 1 commit intofluttercommunity:mainfrom
vicajilau:main
Closed

fix: CI failures#3799
vicajilau wants to merge 1 commit intofluttercommunity:mainfrom
vicajilau:main

Conversation

@vicajilau
Copy link
Copy Markdown

This pull request updates the GitHub Actions workflows for several plugins to use a different action for setting up Flutter. Specifically, it replaces the usage of flutter-actions/setup-flutter@v4 with subosito/flutter-action@v2 across multiple workflow YAML files. This change standardizes the Flutter setup process and may improve reliability or compatibility with current tooling.

CI/CD Workflow Updates:

  • Replaced flutter-actions/setup-flutter@v4 with subosito/flutter-action@v2 for setting up Flutter in .github/workflows/all_plugins.yaml, .github/workflows/android_alarm_manager_plus.yaml, .github/workflows/android_intent_plus.yaml, .github/workflows/battery_plus.yaml, .github/workflows/connectivity_plus.yaml, and .github/workflows/device_info_plus.yaml.

No other workflow logic or steps were changed; only the Flutter setup action was updated. This should be a safe and straightforward improvement to CI consistency.

@vicajilau vicajilau changed the title Update Flutter action setup in workflow files to v2 fix: CI failures Apr 16, 2026
@vbuberen
Copy link
Copy Markdown
Collaborator

The PR title is definitely misleading as this doesn't fix anything. It is just a replacement of one action with another more popular one and no, it won't and may improve reliability or compatibility with current tooling.

Closing as it is has no value.

@vbuberen vbuberen closed this Apr 21, 2026
@vicajilau
Copy link
Copy Markdown
Author

vicajilau commented Apr 21, 2026

@vbuberen Absolutely true!! I only got halfway through and, due to a lack of time, I haven't been able to continue. Thanks for closing it!! I hope to find more time and continue contributing 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants