From b9b8c20b7c642d287f85656f6ae9f3418a0893e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 09:04:15 +0000 Subject: [PATCH] Bump korthout/backport-action from 4.4.0 to 4.5.2 Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 4.4.0 to 4.5.2. - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](https://github.com/korthout/backport-action/compare/ad30f01dbe543be4a24431001c38f3617af8c745...66065406958f46e82238fd59546f5a99e69e22aa) --- 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/backbot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backbot.yml b/.github/workflows/backbot.yml index 114c6342f09..31cdf345dd8 100644 --- a/.github/workflows/backbot.yml +++ b/.github/workflows/backbot.yml @@ -44,7 +44,7 @@ jobs: sha: ${{ github.event.pull_request.head.sha }} # Checkout the latest commit of the merged PR. - name: Run Backbot - uses: korthout/backport-action@ad30f01dbe543be4a24431001c38f3617af8c745 # v4.4.0 + uses: korthout/backport-action@66065406958f46e82238fd59546f5a99e69e22aa # v4.5.2 with: github_token: ${{ steps.backbot-token.outputs.token }} copy_labels_pattern: '^(?!cla\/signed$).*' # copy all labels other than the cla/signed label