neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 048baa92bee714ddfeaebe7699d6cb48dc69c1d7
parent 0773a9ee3a21db54cd6b2376dd2e087bc09d5ea1
Author: dundargoc <gocdundar@gmail.com>
Date:   Sat,  8 Oct 2022 14:24:03 +0200

ci(backport): bump version to v0

backport-action now uses "v0" tag to point to the latest stable version.
This helps us avoid having to manually bump the version to get bug
fixes.

Diffstat:
M.github/workflows/backport.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 }}