From 9f5e736e5d331d17bdaf14d7cb21208f7a6c31a4 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Sat, 30 Oct 2021 16:31:37 -0400 Subject: ci(backport): bump version to v0.0.7 [skip ci] --- .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 a02096a2cc..64650efde5 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} - name: Create backport PRs - uses: zeebe-io/backport-action@v0.0.6 + uses: zeebe-io/backport-action@v0.0.7 with: github_token: ${{ secrets.GITHUB_TOKEN }} github_workspace: ${{ github.workspace }} -- cgit