From 6535d50e646d89b5c0f0755f4ba8270a1d0b04cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 09:00:17 +0000 Subject: [PATCH] build(deps): bump korthout/backport-action from 3.0.0 to 3.0.2 Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 3.0.0 to 3.0.2. - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](https://github.com/korthout/backport-action/compare/7e7cb1977d64d20339e8fdec12c0a1a065371de7...bd410d37cdcae80be6d969823ff5a225fe5c833f) --- updated-dependencies: - dependency-name: korthout/backport-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 8cf872f4..a9c0d3d6 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -24,7 +24,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Create backport PRs - uses: korthout/backport-action@7e7cb1977d64d20339e8fdec12c0a1a065371de7 # v3.0.0 + uses: korthout/backport-action@bd410d37cdcae80be6d969823ff5a225fe5c833f # v3.0.2 with: # Config README: https://github.com/korthout/backport-action#backport-action branch_name: backport/${pull_number}-to-${target_branch}