From 228d759dcabed23bf47c17111fd4d235f8afb87b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 10:53:41 +0000 Subject: [PATCH] Bump korthout/backport-action from 4.5.2 to 4.6.0 Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 4.5.2 to 4.6.0. - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](https://github.com/korthout/backport-action/compare/v4.5.2...v4.6.0) --- updated-dependencies: - dependency-name: korthout/backport-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 80336bb..1a77d14 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -54,7 +54,7 @@ jobs: echo "User ${COMMENT_USER} is a member of ${ORG_TEAM}" - uses: actions/checkout@v7 - name: Create backport pull requests - uses: korthout/backport-action@v4.5.2 + uses: korthout/backport-action@v4.6.0 with: github_token: ${{ steps.generate-token.outputs.token }} add_author_as_assignee: 'true'