From 5a4054ebd5a7cb206150e164fbbc0da1be8e4b39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 04:17:32 +0000 Subject: [PATCH] Bump korthout/backport-action from 3.4.1 to 4.0.0 Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 3.4.1 to 4.0.0. - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](https://github.com/korthout/backport-action/compare/d07416681cab29bf2661702f925f020aaa962997...3634249d418881baa47fd6bae694506145f7a61b) --- updated-dependencies: - dependency-name: korthout/backport-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 bf0759cab..f4082e3bb 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@d07416681cab29bf2661702f925f020aaa962997 # v3.4.1 + uses: korthout/backport-action@3634249d418881baa47fd6bae694506145f7a61b # v4.0.0 with: github_token: ${{ steps.backbot-token.outputs.token }} copy_labels_pattern: '^(?!cla-signed$).*' # copy all labels other than the cla-signed label