diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-26 11:32:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-26 11:32:53 +0000 |
| commit | 8ba961591c8591212d171b74a803ad89e9117c57 (patch) | |
| tree | 7662c0b3e4e197afc6d3de25e64df455e3e0d447 | |
| parent | flatpak: fix cross compilation (#337412) (diff) | |
| download | nixpkgs-origin/dependabot/github_actions/korthout/backport-action-3.1.0.tar.gz | |
build(deps): bump korthout/backport-action from 3.0.2 to 3.1.0origin/dependabot/github_actions/korthout/backport-action-3.1.0
Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/korthout/backport-action/releases)
- [Commits](https://github.com/korthout/backport-action/compare/bd410d37cdcae80be6d969823ff5a225fe5c833f...be567af183754f6a5d831ae90f648954763f17f5)
---
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 49ab3fefb64d..f6cc375b55d6 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@bd410d37cdcae80be6d969823ff5a225fe5c833f # v3.0.2 + uses: korthout/backport-action@be567af183754f6a5d831ae90f648954763f17f5 # v3.1.0 with: # Config README: https://github.com/korthout/backport-action#backport-action copy_labels_pattern: 'severity:\ssecurity' |
