aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2021-10-30 16:31:37 -0400
committerJames McCoy <jamessan@jamessan.com>2021-10-30 16:33:20 -0400
commit9f5e736e5d331d17bdaf14d7cb21208f7a6c31a4 (patch)
tree0f013cb59dc47e083a65b8bd4ab5558b5663bfdb
parent0c1b80efecc0d30e431455318ae7cfe2ac67781e (diff)
downloadrneovim-9f5e736e5d331d17bdaf14d7cb21208f7a6c31a4.tar.gz
rneovim-9f5e736e5d331d17bdaf14d7cb21208f7a6c31a4.tar.bz2
rneovim-9f5e736e5d331d17bdaf14d7cb21208f7a6c31a4.zip
ci(backport): bump version to v0.0.7
[skip ci]
-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 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 }}