From 4b36b3cd43a9d22ab83e1d76c22f36520a96268b Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 23 Nov 2022 12:20:28 +0100 Subject: [PATCH] workflows/backport-action 0.0.8 -> 0.0.9 https://github.com/zeebe-io/backport-action/releases/tag/v0.0.9 --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 8abab8090232..da5cb5d2fa0c 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 }}