From de05fb4c483842c393c4bd63ad123dfa92bb9f82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 11:50:36 +0000 Subject: [PATCH] Bump korthout/backport-action from 4.0.1 to 4.1.0 Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](https://github.com/korthout/backport-action/compare/v4.0.1...v4.1.0) --- updated-dependencies: - dependency-name: korthout/backport-action dependency-version: 4.1.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 fc60bdb..ea7f0c8 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@v6 - name: Create backport pull requests - uses: korthout/backport-action@v4.0.1 + uses: korthout/backport-action@v4.1.0 with: github_token: ${{ steps.generate-token.outputs.token }} add_author_as_assignee: 'true'