diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-18 11:28:56 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-18 11:28:56 +0000 |
| commit | 05ddd0c8403f6809f6588d120e79b058b1ca5cc2 (patch) | |
| tree | 04de928df1d2b9e0bb2fd1cad04546457eba589e | |
| parent | Merge pull request #275164 from gaelreyrol/symfony-cli-update-5.7.6 (diff) | |
| download | nixpkgs-origin/dependabot/github_actions/korthout/backport-action-2.3.0.tar.gz | |
build(deps): bump korthout/backport-action from 2.1.1 to 2.3.0origin/dependabot/github_actions/korthout/backport-action-2.3.0
Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 2.1.1 to 2.3.0.
- [Release notes](https://github.com/korthout/backport-action/releases)
- [Commits](https://github.com/korthout/backport-action/compare/08bafb375e6e9a9a2b53a744b987e5d81a133191...addffea45a2f0b5682f1d5ba0506f45bc18bf174)
---
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..39f496e18dec 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@addffea45a2f0b5682f1d5ba0506f45bc18bf174 # v2.3.0 with: # Config README: https://github.com/korthout/backport-action#backport-action copy_labels_pattern: 'severity:\ssecurity' |
