File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3131 uses : rhysd/action-setup-vim@v1
3232 with :
3333 neovim : true
34- version : v0.11.3
34+ version : v0.11.4
3535 - uses : actions/checkout@v4
3636 - name : Generate documentation
3737 run : make --silent documentation
4848 uses : rhysd/action-setup-vim@v1
4949 with :
5050 neovim : true
51- version : v0.11.3
51+ version : v0.11.4
5252 - uses : actions/checkout@v4
5353 with :
5454 fetch-depth : 0
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
2020 fail-fast : false
2121 matrix :
2222 os : [ubuntu-latest]
23- neovim_version : ['v0.9.5', 'v0.10.4', 'v0.11.3 ', 'nightly']
23+ neovim_version : ['v0.9.5', 'v0.10.4', 'v0.11.4 ', 'nightly']
2424 include :
2525 - os : macos-latest
26- neovim_version : v0.11.3
26+ neovim_version : v0.11.4
2727 - os : windows-latest
28- neovim_version : v0.11.3
28+ neovim_version : v0.11.4
2929 runs-on : ${{ matrix.os }}
3030
3131 steps :
You can’t perform that action at this time.
0 commit comments