Skip to content

Commit

Permalink
chore(ci): fix backport assistant branch creation race
Browse files Browse the repository at this point in the history
  • Loading branch information
DanStough committed May 8, 2023
1 parent 3491567 commit 3d11110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport-assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
backport:
if: github.event.pull_request.merged
runs-on: ubuntu-latest
container: hashicorpdev/backport-assistant:0.3.0
container: hashicorpdev/backport-assistant:0.3.3
steps:
- name: Run Backport Assistant for release branches
run: |
Expand Down

0 comments on commit 3d11110

Please sign in to comment.