build(deps): bump ckotzbauer/label-command-action from 1 to 2.0.0 (#95)
* build(deps): bump ckotzbauer/label-command-action from 1 to 2.0.0 Bumps [ckotzbauer/label-command-action](https://github.com/ckotzbauer/label-command-action) from 1 to 2.0.0. - [Release notes](https://github.com/ckotzbauer/label-command-action/releases) - [Changelog](https://github.com/ckotzbauer/label-command-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/ckotzbauer/label-command-action/compare/v1...2.0.0) --- updated-dependencies: - dependency-name: ckotzbauer/label-command-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * build: use v2 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christian Kotzbauer <git@ckotzbauer.de>
This commit is contained in:
parent
a396799d64
commit
0deb9f0956
|
|
@ -16,6 +16,6 @@ jobs:
|
|||
steps:
|
||||
- uses: "actions/checkout@v3"
|
||||
- name: label
|
||||
uses: "ckotzbauer/label-command-action@v1"
|
||||
uses: "ckotzbauer/label-command-action@v2"
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue