diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-04 11:06:56 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-04 11:06:56 +0000 |
| commit | e80c223d09cd900c8a360f7e614e860e4010a181 (patch) | |
| tree | 4fb52718857edcb894c3c77ef449b28f52ed87e0 | |
| parent | Merge pull request #262422 from r-ryantm/auto-update/tevent (diff) | |
| download | nixpkgs-origin/dependabot/github_actions/korthout/backport-action-2.2.0.tar.gz | |
build(deps): bump korthout/backport-action from 2.1.1 to 2.2.0origin/dependabot/github_actions/korthout/backport-action-2.2.0
Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/korthout/backport-action/releases)
- [Commits](https://github.com/korthout/backport-action/compare/08bafb375e6e9a9a2b53a744b987e5d81a133191...b982d297e31f500652b2246cf26714796312bd23)
---
updated-dependencies:
- dependency-name: korthout/backport-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | .github/workflows/backport.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index c49eeac5a20b..b69f7db995bc 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -24,7 +24,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Create backport PRs - uses: korthout/backport-action@08bafb375e6e9a9a2b53a744b987e5d81a133191 # v2.1.1 + uses: korthout/backport-action@b982d297e31f500652b2246cf26714796312bd23 # v2.2.0 with: # Config README: https://github.com/korthout/backport-action#backport-action copy_labels_pattern: 'severity:\ssecurity' |
