From ea2ff43e09e68b63fc6d9268fc5d82d82d433cb3 Mon Sep 17 00:00:00 2001 From: Andy Massimino Date: Sun, 30 Mar 2025 09:41:35 -0400 Subject: [PATCH] Update neovim_treesitter.yml --- .github/workflows/neovim_treesitter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/neovim_treesitter.yml b/.github/workflows/neovim_treesitter.yml index 4207b4f..52ea1fa 100644 --- a/.github/workflows/neovim_treesitter.yml +++ b/.github/workflows/neovim_treesitter.yml @@ -25,7 +25,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'