File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 4141 run : |
4242 # https://github.com/Zettlr/Zettlr/issues/3517
4343 sudo apt-get install libfuse2
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v5
4545 - name : Download neovim
4646 shell : bash
4747 run : |
7171 env :
7272 GO111MODULE : ' on'
7373 - name : Download test runner
74- uses : actions/checkout@v4
74+ uses : actions/checkout@v5
7575 with :
7676 repository : thinca/vim-themis
7777 path : ./vim-themis
Original file line number Diff line number Diff line change 4040 run : |
4141 # https://github.com/Zettlr/Zettlr/issues/3517
4242 sudo apt-get install libfuse2
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v5
4444 - name : Download vim
4545 shell : bash
4646 run : |
6969 env :
7070 GO111MODULE : ' on'
7171 - name : Download test runner
72- uses : actions/checkout@v4
72+ uses : actions/checkout@v5
7373 with :
7474 repository : thinca/vim-themis
7575 path : ./vim-themis
Original file line number Diff line number Diff line change 3636 runs-on : ${{matrix.os}}
3737 continue-on-error : ${{matrix.allow_failure}}
3838 steps :
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v5
4040 - name : Download neovim
4141 shell : bash
4242 run : curl -L https://github.com/neovim/neovim/releases/download/${{matrix.neovim_version}}/nvim-macos.tar.gz -o ~/nvim.tar.gz
4646 run : tar xzf ~/nvim.tar.gz -C ~/
4747 continue-on-error : ${{matrix.allow_failure}}
4848 - name : Download test runner
49- uses : actions/checkout@v4
49+ uses : actions/checkout@v5
5050 with :
5151 repository : thinca/vim-themis
5252 path : ./vim-themis
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
1717 build :
1818 runs-on : macos-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - name : Install MacVim
2222 shell : bash
2323 run : brew install macvim
2424 - name : Download test runner
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 repository : thinca/vim-themis
2828 path : ./vim-themis
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 3939 runs-on : ${{matrix.os}}
4040 continue-on-error : ${{matrix.allow_failure}}
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v5
4343 - name : Download neovim
4444 shell : PowerShell
4545 run : Invoke-WebRequest -Uri https://github.com/neovim/neovim/releases/download/${{matrix.neovim_version}}/nvim-${{matrix.neovim_arch}}.zip -OutFile neovim.zip
7070 env :
7171 GO111MODULE : ' on'
7272 - name : Download test runner
73- uses : actions/checkout@v4
73+ uses : actions/checkout@v5
7474 with :
7575 repository : thinca/vim-themis
7676 path : ./vim-themis
Original file line number Diff line number Diff line change 4343 vim_ver_path : vim80
4444 runs-on : ${{matrix.os}}
4545 steps :
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v5
4747 - name : Download vim
4848 shell : PowerShell
4949 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
7272 env :
7373 GO111MODULE : ' on'
7474 - name : Download test runner
75- uses : actions/checkout@v4
75+ uses : actions/checkout@v5
7676 with :
7777 repository : thinca/vim-themis
7878 path : ./vim-themis
You can’t perform that action at this time.
0 commit comments