From 5a7bab3d6f1c654267d14131cf60227b35a38b75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:52:26 +0000 Subject: [PATCH] github-actions(deps): bump sorenlouv/backport-github-action Bumps [sorenlouv/backport-github-action](https://github.com/sorenlouv/backport-github-action) from 12.0.0 to 12.0.1. - [Release notes](https://github.com/sorenlouv/backport-github-action/releases) - [Commits](https://github.com/sorenlouv/backport-github-action/compare/v12.0.0...v12.0.1) --- updated-dependencies: - dependency-name: sorenlouv/backport-github-action dependency-version: 12.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 1dd0e17b9..be8eafe95 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -11,7 +11,7 @@ jobs: if: "${{ github.event.pull_request.merged == true }}" steps: - name: "Backport Action" - uses: "sorenlouv/backport-github-action@v12.0.0" + uses: "sorenlouv/backport-github-action@v12.0.1" with: github_token: "${{ secrets.BOT_TOKEN }}" auto_backport_label_prefix: "auto-backport-to-"