diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
index 062142c4f62475ddfc20cd952d2782cefb6406d0..9fe7bb4dca3dc0d363433045b57d89539ae1c0f0 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -12,7 +12,7 @@ jobs:
         with:
           ref: ${{ github.event.pull_request.head.sha }}
       - name: Create backport PRs
-        uses: zeebe-io/backport-action@v0.0.7
+        uses: zeebe-io/backport-action@v0.0.8
         with:
           # Config README: https://github.com/zeebe-io/backport-action#backport-action
           github_token: ${{ secrets.GITHUB_TOKEN }}