Skip to content

Commit b25cb16

Browse files
chore(deps): bump zeebe-io/backport-action from 3.2.1 to 3.4.0
Bumps [zeebe-io/backport-action](https://github.com/zeebe-io/backport-action) from 3.2.1 to 3.4.0. - [Release notes](https://github.com/zeebe-io/backport-action/releases) - [Commits](korthout/backport-action@v3.2.1...v3.4.0) --- updated-dependencies: - dependency-name: zeebe-io/backport-action dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 37ca0d3 commit b25cb16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Open Backport PR
30-
uses: zeebe-io/backport-action@v3.2.1
30+
uses: zeebe-io/backport-action@v3.4.0
3131
with:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}
3333
github_workspace: ${{ github.workspace }}

.github/workflows/commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Open Backport PR
27-
uses: zeebe-io/backport-action@v3.2.1
27+
uses: zeebe-io/backport-action@v3.4.0
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
3030
github_workspace: ${{ github.workspace }}

0 commit comments

Comments
 (0)