From 82be5f144ab094f69bbfc9dc93a09377c9e97b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 04:08:14 +0000 Subject: [PATCH] Bump korthout/backport-action from 4.1.0 to 4.2.0 Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](https://github.com/korthout/backport-action/compare/01619ebc9a6e3f6820274221b9956b3e7365000a...4aaf0e03a94ff0a619c9a511b61aeb42adea5b02) --- updated-dependencies: - dependency-name: korthout/backport-action dependency-version: 4.2.0 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 e89e08b91..f617dd30e 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@01619ebc9a6e3f6820274221b9956b3e7365000a # v4.1.0 + uses: korthout/backport-action@4aaf0e03a94ff0a619c9a511b61aeb42adea5b02 # v4.2.0 with: github_token: ${{ steps.backbot-token.outputs.token }} copy_labels_pattern: '^(?!cla\/signed$).*' # copy all labels other than the cla/signed label