From 2384d2e129d223010fb8a4bb686afb028dca972f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 12:31:45 +0800 Subject: [PATCH] chore(deps): bump `korthout/backport-action` from `52886ff43ef0184911d99c0a489f5c1307db8fc7` to `924c8170740fa1e3685f69014971f7f251633f53` (#13293) Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 52886ff43ef0184911d99c0a489f5c1307db8fc7 to 924c8170740fa1e3685f69014971f7f251633f53. - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](https://github.com/korthout/backport-action/compare/52886ff43ef0184911d99c0a489f5c1307db8fc7...924c8170740fa1e3685f69014971f7f251633f53) --- updated-dependencies: - dependency-name: korthout/backport-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 b82f9e1c6d93..12f386a29344 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Create backport pull requests - uses: korthout/backport-action@52886ff43ef0184911d99c0a489f5c1307db8fc7 # v2.4.1 + uses: korthout/backport-action@924c8170740fa1e3685f69014971f7f251633f53 # v2.4.1 id: backport with: github_token: ${{ secrets.PAT }}