From 7c7f19b64731424f975725db8570294828d2d098 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 09:08:37 +0000 Subject: [PATCH] chore(deps): bump korthout/backport-action Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 924c8170740fa1e3685f69014971f7f251633f53 to bbd0c60bea7cb0cdfee3e3d9bb9b8442028198a3. - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](https://github.com/korthout/backport-action/compare/924c8170740fa1e3685f69014971f7f251633f53...bbd0c60bea7cb0cdfee3e3d9bb9b8442028198a3) --- updated-dependencies: - dependency-name: korthout/backport-action dependency-version: bbd0c60bea7cb0cdfee3e3d9bb9b8442028198a3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/backport-v2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport-v2.yml b/.github/workflows/backport-v2.yml index 1ba38ba9b57..35a8ac81efb 100644 --- a/.github/workflows/backport-v2.yml +++ b/.github/workflows/backport-v2.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Create backport pull requests - uses: korthout/backport-action@924c8170740fa1e3685f69014971f7f251633f53 # v2.4.1 + uses: korthout/backport-action@bbd0c60bea7cb0cdfee3e3d9bb9b8442028198a3 # v2.4.1 id: backport with: github_token: ${{ secrets.PAT }}