File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2424 neovim_version : nightly
2525 runs-on : ${{matrix.os}}
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 - name : Download neovim
2929 shell : bash
3030 run : |
Original file line number Diff line number Diff line change 2626 glibc_version : 2.15
2727 runs-on : ${{matrix.os}}
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 - name : Download vim
3131 shell : bash
3232 run : |
Original file line number Diff line number Diff line change 2424 neovim_version : nightly
2525 runs-on : ${{matrix.os}}
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 - name : Download neovim
2929 shell : bash
3030 run : curl -L https://github.com/neovim/neovim/releases/download/${{matrix.neovim_version}}/nvim-macos.tar.gz -o ~/nvim.tar.gz
Original file line number Diff line number Diff line change 1313 name : runner / vint
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : vint
1818 uses : reviewdog/action-vint@v1
1919 with :
Original file line number Diff line number Diff line change 2626 neovim_arch : win64
2727 runs-on : ${{matrix.os}}
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 - name : Download neovim
3131 shell : PowerShell
3232 run : Invoke-WebRequest -Uri https://github.com/neovim/neovim/releases/download/${{matrix.neovim_version}}/nvim-${{matrix.neovim_arch}}.zip -OutFile neovim.zip
Original file line number Diff line number Diff line change 3333 vim_ver_path : vim80
3434 runs-on : ${{matrix.os}}
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v5
3737 - name : Download vim
3838 shell : PowerShell
3939 run : Invoke-WebRequest -Uri https://github.com/vim/vim-win32-installer/releases/download/v${{matrix.vim_version}}/gvim_${{matrix.vim_version}}_${{matrix.vim_arch}}.zip -OutFile vim.zip
You can’t perform that action at this time.
0 commit comments