Update neovim.yml

This commit is contained in:
Andy Massimino
2025-03-30 09:40:40 -04:00
committed by GitHub
parent c10f6d7f45
commit bd04c3d5df

View File

@@ -23,7 +23,7 @@ jobs:
run: git clone --depth=1 https://github.com/junegunn/vader.vim.git test/vader/vader.vim
- name: 'setup Neovim'
uses: 'thinca/action-setup-vim@v1'
uses: 'thinca/action-setup-vim@v2'
with:
vim_version: '${{ matrix.neovim_version }}'
vim_type: 'Neovim'