From 78aeb39a47c4e8649b6c1af2f3b73444e7bb78f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 20:48:01 +0000 Subject: [PATCH] chore: bump sqren/backport-github-action from 9.3.1 to 9.5.1 (#2957) Bumps [sqren/backport-github-action](https://github.com/sqren/backport-github-action) from 9.3.1 to 9.5.1. - [Release notes](https://github.com/sqren/backport-github-action/releases) - [Commits](https://github.com/sqren/backport-github-action/compare/v9.3.1...v9.5.1) --- updated-dependencies: - dependency-name: sqren/backport-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com> --- .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 f94523bb81..b681a7b5ce 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -28,7 +28,7 @@ jobs: secrets: /providers/github/organizations/spectrocloud/token?org_name=spectrocloud token | VAULT_GITHUB_TOKEN - name: Backport Action - uses: sqren/backport-github-action@v9.3.1 + uses: sqren/backport-github-action@v9.5.1 with: # We are using a PAT token through our Vault Operator to address the issue of PRs workflows not being triggered # Refer to issue https://github.com/sqren/backport-github-action/issues/79 for more details.