diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index ca5db9589f8583ad60b44eb6059fa053e882fe8b..5ed5f67187b8ad950a5f328075c728b7cd6c6586 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Create backport PRs - uses: zeebe-io/backport-action@v0.0.8 + uses: zeebe-io/backport-action@v0.0.9 with: # Config README: https://github.com/zeebe-io/backport-action#backport-action github_token: ${{ secrets.GITHUB_TOKEN }}