diff --git a/.github/workflows/neovim.yml b/.github/workflows/neovim.yml index 459cc2e..13b8847 100644 --- a/.github/workflows/neovim.yml +++ b/.github/workflows/neovim.yml @@ -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'