Skip to content

Commit

Permalink
Bump kiegroup/git-backporting from 4.8.1 to 4.8.3
Browse files Browse the repository at this point in the history
Bumps [kiegroup/git-backporting](https://github.com/kiegroup/git-backporting) from 4.8.1 to 4.8.3.
- [Release notes](https://github.com/kiegroup/git-backporting/releases)
- [Changelog](https://github.com/kiegroup/git-backporting/blob/main/CHANGELOG.md)
- [Commits](kiegroup/git-backporting@v4.8.1...v4.8.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Oct 10, 2024
1 parent 8ff8418 commit ec48015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- if: contains(github.event.pull_request.labels.*.name, '2.3.x')
name: 2.3.x Backport
uses: kiegroup/[email protected].1
uses: kiegroup/[email protected].3
with:
target-branch: 2.3.x
pull-request: ${{ github.event.pull_request.url }}
Expand All @@ -23,7 +23,7 @@ jobs:

- if: contains(github.event.pull_request.labels.*.name, 'stable')
name: Stable Backport
uses: kiegroup/[email protected].1
uses: kiegroup/[email protected].3
with:
target-branch: stable
pull-request: ${{ github.event.pull_request.url }}
Expand Down

0 comments on commit ec48015

Please sign in to comment.