From 0a503c07b98690b4927982c4cac878410cda1835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 16:09:35 +0000 Subject: [PATCH] deps: bump zeebe-io/backport-action from 3.0.2 to 3.1.0 Bumps [zeebe-io/backport-action](https://github.com/zeebe-io/backport-action) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/zeebe-io/backport-action/releases) - [Commits](https://github.com/zeebe-io/backport-action/compare/v3.0.2...v3.1.0) --- updated-dependencies: - dependency-name: zeebe-io/backport-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 a8fece4b..6352cc9e 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -11,7 +11,7 @@ jobs: with: fetch-depth: 0 - name: Create backport PRs - uses: zeebe-io/backport-action@v3.0.2 + uses: zeebe-io/backport-action@v3.1.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} github_workspace: ${{ github.workspace }}