Skip to content

Commit f34f4b4

Browse files
chore(deps): bump zeebe-io/backport-action from 3.2.0 to 3.2.1 (#157)
Bumps [zeebe-io/backport-action](https://github.com/zeebe-io/backport-action) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/zeebe-io/backport-action/releases) - [Commits](korthout/backport-action@v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: zeebe-io/backport-action dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 655ed56 commit f34f4b4

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.0
30+
uses: zeebe-io/backport-action@v3.2.1
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.0
27+
uses: zeebe-io/backport-action@v3.2.1
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
3030
github_workspace: ${{ github.workspace }}

0 commit comments

Comments
 (0)