From 6dcaa5ba62e524103c207ff83888bf18faeb183a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 06:18:17 +0000 Subject: [PATCH] Bump korthout/backport-action from 4 to 4.5.2 Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 4 to 4.5.2. - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](https://github.com/korthout/backport-action/compare/v4...v4.5.2) --- updated-dependencies: - dependency-name: korthout/backport-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/port_merged_pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/port_merged_pull_request.yml b/.github/workflows/port_merged_pull_request.yml index 8ebed2cd4c6..076cf3234d7 100644 --- a/.github/workflows/port_merged_pull_request.yml +++ b/.github/workflows/port_merged_pull_request.yml @@ -27,7 +27,7 @@ jobs: # Port PR to other branch (ONLY if labeled with "port to") # See https://github.com/korthout/backport-action - name: Create backport pull requests - uses: korthout/backport-action@v4 + uses: korthout/backport-action@v4.5.2 with: # Trigger based on a "port to [branch]" label on PR # (This label must specify the branch name to port to)