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 #1156

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 added ci Changes to our CI configuration files and scripts dependencies labels Apr 5, 2024
@renovate renovate bot enabled auto-merge (squash) April 5, 2024 12:22
@renovate renovate bot force-pushed the renovate/subosito-flutter-action-2.x branch from ffb2aa8 to 120303e Compare April 5, 2024 17:36
@renovate renovate bot merged commit 5d71288 into main Apr 5, 2024
19 checks passed
@renovate renovate bot deleted the renovate/subosito-flutter-action-2.x branch April 5, 2024 23:57
zeshuaro pushed a commit that referenced this pull request Apr 7, 2024
## [1.15.5](v1.15.4...v1.15.5) (2024-04-07)

### Bug Fixes

* **deps:** update bloc dependencies ([#1145](#1145)) ([787f116](787f116))
* **deps:** update dependency dio to v5.4.2+1 ([#1152](#1152)) ([52c6355](52c6355))
* **deps:** update dependency file_picker to v7 ([#1140](#1140)) ([3ab9250](3ab9250))
* **deps:** update dependency file_picker to v8 ([#1142](#1142)) ([2252f7b](2252f7b))

### Miscellaneous Chores

* **deps:** lock file maintenance ([#1144](#1144)) ([99ff9af](99ff9af))
* **deps:** update dependency build_runner to v2.4.9 ([#1154](#1154)) ([07b7bce](07b7bce))
* **deps:** update dependency flutter_lints to v3.0.2 ([#1148](#1148)) ([84a3bc7](84a3bc7))
* **deps:** update dependency semantic-release to v23.0.7 ([#1158](#1158)) ([0001895](0001895))
* **deps:** update dependency semantic-release-pub to v0.8.7 ([#1150](#1150)) ([e1c6095](e1c6095))
* **node:** update dependency node to v20.12.1 ([#1151](#1151)) ([63c895f](63c895f))

### Continuous Integration

* **deps:** update codecov/codecov-action action to v4.2.0 ([#1155](#1155)) ([9d3ebb7](9d3ebb7))
* **deps:** update subosito/flutter-action action to v2.15.0 ([#1146](#1146)) ([6851556](6851556))
* **deps:** update subosito/flutter-action action to v2.16.0 ([#1156](#1156)) ([5d71288](5d71288))
* **deps:** update zeshuaro/github-actions-workflows digest to 00bf43e ([#1147](#1147)) ([074620f](074620f))
* **deps:** update zeshuaro/github-actions-workflows digest to 0708de0 ([#1153](#1153)) ([4f56d31](4f56d31))
* **deps:** update zeshuaro/github-actions-workflows digest to 4929678 ([#1149](#1149)) ([75527ca](75527ca))
@zeshuaro
Copy link
Owner

zeshuaro commented Apr 7, 2024

🎉 This PR is included in version 1.15.5 🎉

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.
Labels
ci Changes to our CI configuration files and scripts dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant