Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(deps): update subosito/flutter-action action to v2.16.0 #386

Merged
merged 1 commit into from Apr 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
subosito/flutter-action action minor v2.15.0 -> v2.16.0

Release Notes

subosito/flutter-action (subosito/flutter-action)

v2.16.0

Compare Source

This release introduces the dry-run option, 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.

steps:
  - name: Clone repository
  - uses: actions/checkout@v4
  - name: Set up Flutter
    uses: subosito/flutter-action@v2
    id: flutter-action
    with:
      channel: stable
      dry-run: true
  - run: |

### Always print the latest stable version.
      echo CHANNEL=${{ steps.flutter-action.outputs.CHANNEL }}
      echo VERSION=${{ steps.flutter-action.outputs.VERSION }}
    shell: bash

Thank you @​kzrnm for suggesting and implementing it in #​270!


Configuration

📅 Schedule: Branch creation - "after 6pm every weekday,every weekend" in timezone Australia/Sydney, Automerge - "after 6pm every weekday,every weekend" in timezone Australia/Sydney.

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) April 5, 2024 16:30
@renovate renovate bot merged commit 6a880a2 into main Apr 5, 2024
10 checks passed
@renovate renovate bot deleted the renovate/subosito-flutter-action-2.x branch April 5, 2024 16:32
zeshuaro-bot bot pushed a commit that referenced this pull request Apr 7, 2024
## [2.12.7](v2.12.6...v2.12.7) (2024-04-07)

### Bug Fixes

* **deps:** update dependency cloud_firestore to ^4.15.10 ([#381](#381)) ([e9ae634](e9ae634))
* **example/deps:** update dependency cloud_firestore to ^4.15.10 ([#384](#384)) ([c9e7b7f](c9e7b7f))
* **example/deps:** update dependency firebase_core to ^2.27.2 ([#385](#385)) ([0f81db7](0f81db7))

### Miscellaneous Chores

* **deps:** lock file maintenance ([#374](#374)) ([92fd286](92fd286))
* **deps:** update dependency build_runner to v2.4.9 ([#383](#383)) ([bef4c0e](bef4c0e))
* **deps:** update dependency flutter_lints to v3.0.2 ([#377](#377)) ([e812ed0](e812ed0))
* **deps:** update dependency semantic-release to v23.0.7 ([#387](#387)) ([3a0941d](3a0941d))
* **deps:** update dependency semantic-release-pub to v0.8.7 ([#379](#379)) ([9b07d1f](9b07d1f))
* **node:** update dependency node to v20.12.1 ([#380](#380)) ([026195a](026195a))

### Continuous Integration

* **deps:** update subosito/flutter-action action to v2.15.0 ([#375](#375)) ([0689d2f](0689d2f))
* **deps:** update subosito/flutter-action action to v2.16.0 ([#386](#386)) ([6a880a2](6a880a2))
* **deps:** update zeshuaro/github-actions-workflows digest to 00bf43e ([#376](#376)) ([fbb5ce8](fbb5ce8))
* **deps:** update zeshuaro/github-actions-workflows digest to 0708de0 ([#382](#382)) ([427d562](427d562))
* **deps:** update zeshuaro/github-actions-workflows digest to 4929678 ([#378](#378)) ([caaf514](caaf514))
@zeshuaro-bot
Copy link

zeshuaro-bot bot commented Apr 7, 2024

🎉 This PR is included in version 2.12.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants