camunda-community-hub / kotlin-coworker

Zeebe Worker with Kotlin coroutines
Apache License 2.0
9 stars 7 forks source link

chore(deps): bump zeebe-io/backport-action from 0.0.9 to 1.0.0 #14

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps zeebe-io/backport-action from 0.0.9 to 1.0.0.

Release notes

Sourced from zeebe-io/backport-action's releases.

Backport-action v1.0.0

Breaking Changes

  • deprecated version input is removed #299

What's Changed

Usage

Users are recommended to update their workflow to the new (simpler) usage.

- uses: actions/checkout@v3
- uses: korthout/backport-action@v1

Note that fetch-depth: 0 is no longer needed for actions/checkout with korthout/backport-action@v1

Stability

From this release onwards, the action will respect SemVer. Tags for the major releases (e.g. v1) will be moved along with minor and patch releases.

This release has been battle-tested for ~1 month as v1-rc1. However, if you find any bugs, please open new issues, so we can fix them.

Full Changelog: https://github.com/zeebe-io/backport-action/compare/v0.0.9...v1.0.0

Backport-action 1.0.0-rc1

Breaking Changes

What's Changed

Other

  • Update dependencies to latest available

Full Changelog: https://github.com/zeebe-io/backport-action/compare/v0.0.9...v1-rc1

Commits
  • b42dc40 docs: remove notice about v1 changes
  • 3853723 docs: update to v1
  • cc2d592 dist: build new version
  • f09171e fix: move ownership from zeebe-io to korthout
  • d38dc00 dist: release v1.0.0-rc1
  • bf3a040 ci(backport): align with readme example
  • 57dc2c5 docs(README): mention backport-action-test
  • 5a271bc docs(README): improve usage example
  • e88dda9 docs(README): mention GitHub Merge Queue
  • 25bf8ca docs(README): improve action description
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #22.