From 5c533751883e5e90029836b29beeb6e78990330f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 21:56:00 +0000 Subject: [PATCH] chore: bump sqren/backport-github-action from 9.3.0.pre.a to 9.3.1 (#2731) Bumps [sqren/backport-github-action](https://github.com/sqren/backport-github-action) from 9.3.0.pre.a to 9.3.1. - [Release notes](https://github.com/sqren/backport-github-action/releases) - [Commits](https://github.com/sqren/backport-github-action/compare/v9.3.0-a...v9.3.1) --- updated-dependencies: - dependency-name: sqren/backport-github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Karl Cardenas --- .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 67203148dd..f94523bb81 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.0-a + uses: sqren/backport-github-action@v9.3.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.