Update subosito/flutter-action action to v2.23.0#11
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #11 +/- ##
============================================
- Coverage 100.00% 0.00% -100.00%
============================================
Files 1 1
Lines 12 12
============================================
- Hits 12 0 -12
- Misses 0 12 +12 ☔ View full report in Codecov by Sentry. |
renovate
Bot
force-pushed
the
renovate/subosito-flutter-action-2.x
branch
from
September 8, 2022 03:34
306a1d3 to
54b51b5
Compare
renovate
Bot
force-pushed
the
renovate/subosito-flutter-action-2.x
branch
from
September 17, 2022 01:26
54b51b5 to
6c41c66
Compare
renovate
Bot
force-pushed
the
renovate/subosito-flutter-action-2.x
branch
from
November 20, 2022 19:38
6c41c66 to
385903a
Compare
renovate
Bot
force-pushed
the
renovate/subosito-flutter-action-2.x
branch
from
March 22, 2023 21:26
385903a to
a8a1212
Compare
renovate
Bot
force-pushed
the
renovate/subosito-flutter-action-2.x
branch
from
March 23, 2023 00:55
a8a1212 to
60f8231
Compare
renovate
Bot
force-pushed
the
renovate/subosito-flutter-action-2.x
branch
from
October 11, 2023 09:16
60f8231 to
b8c7ab5
Compare
renovate
Bot
force-pushed
the
renovate/subosito-flutter-action-2.x
branch
from
November 1, 2023 23:09
b8c7ab5 to
39af304
Compare
renovate
Bot
force-pushed
the
renovate/subosito-flutter-action-2.x
branch
from
March 1, 2024 11:02
39af304 to
26861dd
Compare
renovate
Bot
force-pushed
the
renovate/subosito-flutter-action-2.x
branch
from
March 20, 2024 06:52
26861dd to
b1784c5
Compare
renovate
Bot
force-pushed
the
renovate/subosito-flutter-action-2.x
branch
from
April 1, 2024 04:57
b1784c5 to
2e8b533
Compare
renovate
Bot
force-pushed
the
renovate/subosito-flutter-action-2.x
branch
from
April 2, 2024 13:36
2e8b533 to
61dcc22
Compare
renovate
Bot
force-pushed
the
renovate/subosito-flutter-action-2.x
branch
from
November 24, 2024 01:34
61dcc22 to
79f0c88
Compare
renovate
Bot
force-pushed
the
renovate/subosito-flutter-action-2.x
branch
from
December 3, 2024 21:28
79f0c88 to
ba74394
Compare
renovate
Bot
force-pushed
the
renovate/subosito-flutter-action-2.x
branch
from
March 24, 2025 23:52
ba74394 to
f1220d3
Compare
renovate
Bot
force-pushed
the
renovate/subosito-flutter-action-2.x
branch
from
June 10, 2025 14:08
f1220d3 to
c6f1c88
Compare
renovate
Bot
force-pushed
the
renovate/subosito-flutter-action-2.x
branch
from
June 25, 2025 03:45
c6f1c88 to
666621a
Compare
renovate
Bot
force-pushed
the
renovate/subosito-flutter-action-2.x
branch
from
March 17, 2026 17:54
666621a to
c2524f8
Compare
renovate
Bot
force-pushed
the
renovate/subosito-flutter-action-2.x
branch
from
March 25, 2026 13:38
c2524f8 to
ba4943b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.6.1→v2.23.0Release Notes
subosito/flutter-action (subosito/flutter-action)
v2.23.0Compare Source
What's Changed
New Contributors
Full Changelog: subosito/flutter-action@v2...v2.23.0
v2.22.0Compare Source
What's Changed
New Contributors
Full Changelog: subosito/flutter-action@v2...v2.22.0
v2.21.0Compare Source
What's Changed
New Contributors
Full Changelog: subosito/flutter-action@v2.20.0...v2.21.0
v2.20.0Compare Source
What's Changed
New Contributors
Full Changelog: subosito/flutter-action@v2...v2.20.0
v2.19.0Compare Source
What's Changed
PUB-CACHE-PATHoutput different fromPUB_CACHEenv variable by @kuhnroyal in #348New Contributors
Full Changelog: subosito/flutter-action@v2.18.0...v2.19.0
v2.18.0Compare Source
What's Changed
yqon Windows runners by @penkzhou in #336New Contributors
Full Changelog: subosito/flutter-action@v2.17.0...v2.18.0
v2.17.0Compare Source
This release adds support for older
yqversions, as added in PR #329. Thanks for contributing, @ThomasAunvik!v2.16.0Compare Source
This release introduces the
dry-runoption, which lets you only get action outputs without downloading Flutter. This can be useful if you want to set up some automations to be notified about new Flutter releases.Thank you @kzrnm for suggesting and implementing it in #270!
v2.15.0Compare Source
Hi! I'm Bartek and I'm the new maintainer of this action. I promise to take good care of it.
This release introduces the
flutter-version-fileoption (implemented in #290), which lets you easily centralize Flutter version in a single place – your pubspec.yaml file:You can use it like this:
Please note that for this to work, you need to specify exact Flutter version in pubspec.yaml:
Apart from that, some minor README updates and code cleanup were performed.
v2.14.0Compare Source
v2.13.0Compare Source
v2.12.0Compare Source
v2.11.0Compare Source
Allow git ref as version for master channel:
v2.10.0Compare Source
v2.9.1Compare Source
v2.9.0Compare Source
0.11.9instead ofv0.11.9v2.8.0Compare Source
v2.7.1Compare Source
v2.7.0Compare Source
v2.6.2Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.