summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorWinter <winter@winter.cafe>2022-07-24 13:16:56 -0400
committerWinter <winter@winter.cafe>2022-07-24 13:20:39 -0400
commitfee30801b2ca2166772c61e797604828addd4afe (patch)
tree87682f24d4eaab2e75127670d53fa1c17df20ce0 /.github/workflows
parent46cf1b978133b993eacf30a3c564df29044df0e5 (diff)
backport-action: 0.0.5 -> 0.0.8
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/backport.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
index 53066456f98d8..ee3476ae5708b 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -22,18 +22,13 @@ jobs:
     steps:
       - uses: actions/checkout@v3
         with:
-          # required to find all branches
-          fetch-depth: 0
           ref: ${{ github.event.pull_request.head.sha }}
       - name: Create backport PRs
-        # should be kept in sync with `version`
-        uses: zeebe-io/backport-action@v0.0.5
+        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 }}
           github_workspace: ${{ github.workspace }}
-          # should be kept in sync with `uses`
-          version: v0.0.5
           pull_description: |-
             Bot-based backport to `${target_branch}`, triggered by a label in #${pull_number}.