From aa83bf0402fa50e57ecf17c2418f28db47ef66e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 03:51:56 +0000 Subject: [PATCH] ci: bump korthout/backport-action in the actions group Bumps the actions group with 1 update: [korthout/backport-action](https://github.com/korthout/backport-action). Updates `korthout/backport-action` from 4.5.0 to 4.5.1 - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](https://github.com/korthout/backport-action/compare/v4.5.0...v4.5.1) --- updated-dependencies: - dependency-name: korthout/backport-action dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 13c7fca96..99f3b2560 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -24,7 +24,7 @@ jobs: private-key: ${{ secrets.BACKPORT_KEY }} - name: Create backport PR - uses: korthout/backport-action@v4.5.0 + uses: korthout/backport-action@v4.5.1 with: pull_title: "${pull_title}" label_pattern: "^ci:backport ([^ ]+)$"