Skip to content

Commit 90fad2a

Browse files
authored
Merge pull request #391 from crossplane-contrib/dependabot/github_actions/zeebe-io/backport-action-4.0.0
Bump zeebe-io/backport-action from 3.4.1 to 4.0.0
2 parents eb6f2d5 + 8245e26 commit 90fad2a

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.4.1
30+
uses: zeebe-io/backport-action@v4.0.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
@@ -85,7 +85,7 @@ jobs:
8585
fetch-depth: 0
8686

8787
- name: Open Backport PR
88-
uses: zeebe-io/backport-action@v3.4.1
88+
uses: zeebe-io/backport-action@v4.0.0
8989
with:
9090
github_token: ${{ secrets.GITHUB_TOKEN }}
9191
github_workspace: ${{ github.workspace }}

0 commit comments

Comments
 (0)