From 25e4d6278ec184cdce6e2bb1e3d635339bd7c22d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 09:50:08 +0800 Subject: [PATCH] Chore: (deps): Bump zeebe-io/backport-action from 1.2.0 to 1.3.0 (#6078) Bumps [zeebe-io/backport-action](https://github.com/zeebe-io/backport-action) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/zeebe-io/backport-action/releases) - [Commits](https://github.com/zeebe-io/backport-action/compare/a759fd2d7d3314c9bb57d97a0350a12e878d3c7a...b9f8a0a03e4697a60b4daa3a4b3bb054bf90c9bd) --- updated-dependencies: - dependency-name: zeebe-io/backport-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> --- .github/workflows/back-port.yml | 2 +- .github/workflows/issue-commands.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/back-port.yml b/.github/workflows/back-port.yml index f94197d93..dd993fff2 100644 --- a/.github/workflows/back-port.yml +++ b/.github/workflows/back-port.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - name: Open Backport PR - uses: zeebe-io/backport-action@a759fd2d7d3314c9bb57d97a0350a12e878d3c7a + uses: zeebe-io/backport-action@b9f8a0a03e4697a60b4daa3a4b3bb054bf90c9bd with: github_token: ${{ secrets.GITHUB_TOKEN }} github_workspace: ${{ github.workspace }} diff --git a/.github/workflows/issue-commands.yml b/.github/workflows/issue-commands.yml index a23fb9349..da37c4253 100644 --- a/.github/workflows/issue-commands.yml +++ b/.github/workflows/issue-commands.yml @@ -79,7 +79,7 @@ jobs: with: fetch-depth: 0 - name: Open Backport PR - uses: zeebe-io/backport-action@a759fd2d7d3314c9bb57d97a0350a12e878d3c7a + uses: zeebe-io/backport-action@b9f8a0a03e4697a60b4daa3a4b3bb054bf90c9bd with: github_token: ${{ secrets.GITHUB_TOKEN }} github_workspace: ${{ github.workspace }}