From 72d523b26e84ff78c61fd22846a3ad0a379c56ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 01:15:14 +0000 Subject: [PATCH] :seedling: Bump korthout/backport-action from 3 to 4 Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 3 to 4. - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](https://github.com/korthout/backport-action/compare/v3...v4) --- updated-dependencies: - dependency-name: korthout/backport-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/backport.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index ee3594c..5effd9b 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -51,7 +51,7 @@ jobs: application_private_key: ${{ secrets.TRUSTIFICATION_BOT_KEY }} - name: Backport - uses: korthout/backport-action@v3 + uses: korthout/backport-action@v4 with: github_token: ${{ steps.get_workflow_token.outputs.token }} pull_title: '${pull_title} [Backport ${target_branch}]'