about summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-11-23 12:20:28 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-11-23 12:20:28 +0100
commit4b36b3cd43a9d22ab83e1d76c22f36520a96268b (patch)
tree693194185fa5efe1128707314982d813f24f98f3 /.github/workflows
parent1da6596c0f355c02861783ca7dbac80c91e2e6b9 (diff)
workflows/backport-action 0.0.8 -> 0.0.9
https://github.com/zeebe-io/backport-action/releases/tag/v0.0.9
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/backport.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
index 8abab80902323..da5cb5d2fa0c3 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -26,7 +26,7 @@ jobs:
           fetch-depth: 0
           ref: ${{ github.event.pull_request.head.sha }}
       - 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 }}