From 282bb4e977b113e46996bf69ce1813e3dc3d465c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 13:29:36 +0800 Subject: [PATCH] Chore: (deps): Bump zeebe-io/backport-action from 0.0.9 to 1.1.0 (#5543) Bumps [zeebe-io/backport-action](https://github.com/zeebe-io/backport-action) from 0.0.9 to 1.1.0. - [Release notes](https://github.com/zeebe-io/backport-action/releases) - [Commits](https://github.com/zeebe-io/backport-action/compare/2ee900dc92632adf994f8e437b6d16840fd61f58...5984bcd72f667476739158be9d6a3a30cf6fc99d) --- updated-dependencies: - dependency-name: zeebe-io/backport-action dependency-type: direct:production update-type: version-update:semver-major ... 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 316f09444..90ca359f8 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@2ee900dc92632adf994f8e437b6d16840fd61f58 + uses: zeebe-io/backport-action@5984bcd72f667476739158be9d6a3a30cf6fc99d 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 22b87e51a..79a23ee4a 100644 --- a/.github/workflows/issue-commands.yml +++ b/.github/workflows/issue-commands.yml @@ -76,7 +76,7 @@ jobs: with: fetch-depth: 0 - name: Open Backport PR - uses: zeebe-io/backport-action@2ee900dc92632adf994f8e437b6d16840fd61f58 + uses: zeebe-io/backport-action@5984bcd72f667476739158be9d6a3a30cf6fc99d with: github_token: ${{ secrets.GITHUB_TOKEN }} github_workspace: ${{ github.workspace }}