Skip to content

Commit

Permalink
build(deps): bump kiegroup/git-backporting from 4.5.1 to 4.5.2
Browse files Browse the repository at this point in the history
Bumps [kiegroup/git-backporting](https://github.com/kiegroup/git-backporting) from 4.5.1 to 4.5.2.
- [Release notes](https://github.com/kiegroup/git-backporting/releases)
- [Changelog](https://github.com/kiegroup/git-backporting/blob/main/CHANGELOG.md)
- [Commits](kiegroup/git-backporting@bce5dd4...f4a2683)

---
updated-dependencies:
- dependency-name: kiegroup/git-backporting
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 11, 2024
1 parent b74d3b1 commit df94d9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backport_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
|| contains(github.event.pull_request.labels.*.name, 'semver:minor')
|| contains(github.event.label.name, 'semver:patch')
|| contains(github.event.label.name, 'semver:minor')
uses: kiegroup/git-backporting@bce5dd4f9969d47da9cbb6ed06abbf87216afc98
uses: kiegroup/git-backporting@f4a2683189e62ce0acf2f3285b3b27debf2eacc9
with:
target-branch: v1
pull-request: ${{ github.event.pull_request.url }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backport_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
private_key: ${{ secrets.BACKPORT_APP_PRIVATE_KEY }}

- name: Backporting
uses: kiegroup/git-backporting@bce5dd4f9969d47da9cbb6ed06abbf87216afc98
uses: kiegroup/git-backporting@f4a2683189e62ce0acf2f3285b3b27debf2eacc9
with:
target-branch: v2
pull-request: ${{ github.event.pull_request.url }}
Expand Down

0 comments on commit df94d9a

Please sign in to comment.