diff options
author | James McCoy <jamessan@jamessan.com> | 2022-10-08 09:58:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-08 09:58:17 -0400 |
commit | 56182b5e9755fb8ea16bb5838a4f7500844e7532 (patch) | |
tree | 85f1b96a2670c91e83c6dfa85d1426f294c00043 | |
parent | fad1022cafd971c59e28ba34ec58d4866d2d5297 (diff) | |
parent | 048baa92bee714ddfeaebe7699d6cb48dc69c1d7 (diff) | |
download | rneovim-56182b5e9755fb8ea16bb5838a4f7500844e7532.tar.gz rneovim-56182b5e9755fb8ea16bb5838a4f7500844e7532.tar.bz2 rneovim-56182b5e9755fb8ea16bb5838a4f7500844e7532.zip |
Merge pull request #20543 from dundargoc/ci/backport
ci(backport): bump version to v0
-rw-r--r-- | .github/workflows/backport.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 910df32a51..019fb20689 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -21,7 +21,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 with: github_token: ${{ secrets.GITHUB_TOKEN }} github_workspace: ${{ github.workspace }} |