Skip to content

Commit

Permalink
Merge pull request #2942 from gophercloud/dependabot/github_actions/k…
Browse files Browse the repository at this point in the history
…iegroup/git-backporting-4.5.1

build(deps): bump kiegroup/git-backporting from 4.5.0 to 4.5.1
  • Loading branch information
pierreprinetti committed Feb 26, 2024
2 parents 729c1b8 + 99a726e commit a0197b7
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@204ebd4376d7501696d52aec8fea2a2f6e09328f
uses: kiegroup/git-backporting@bce5dd4f9969d47da9cbb6ed06abbf87216afc98
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@204ebd4376d7501696d52aec8fea2a2f6e09328f
uses: kiegroup/git-backporting@bce5dd4f9969d47da9cbb6ed06abbf87216afc98
with:
target-branch: v2
pull-request: ${{ github.event.pull_request.url }}
Expand Down

0 comments on commit a0197b7

Please sign in to comment.