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 41
41
run : |
42
42
# https://github.com/Zettlr/Zettlr/issues/3517
43
43
sudo apt-get install libfuse2
44
- - uses : actions/checkout@v3
44
+ - uses : actions/checkout@v4
45
45
- name : Download neovim
46
46
shell : bash
47
47
run : |
71
71
env :
72
72
GO111MODULE : ' on'
73
73
- name : Download test runner
74
- uses : actions/checkout@v3
74
+ uses : actions/checkout@v4
75
75
with :
76
76
repository : thinca/vim-themis
77
77
path : ./vim-themis
Original file line number Diff line number Diff line change 40
40
run : |
41
41
# https://github.com/Zettlr/Zettlr/issues/3517
42
42
sudo apt-get install libfuse2
43
- - uses : actions/checkout@v3
43
+ - uses : actions/checkout@v4
44
44
- name : Download vim
45
45
shell : bash
46
46
run : |
69
69
env :
70
70
GO111MODULE : ' on'
71
71
- name : Download test runner
72
- uses : actions/checkout@v3
72
+ uses : actions/checkout@v4
73
73
with :
74
74
repository : thinca/vim-themis
75
75
path : ./vim-themis
Original file line number Diff line number Diff line change 36
36
runs-on : ${{matrix.os}}
37
37
continue-on-error : ${{matrix.allow_failure}}
38
38
steps :
39
- - uses : actions/checkout@v3
39
+ - uses : actions/checkout@v4
40
40
- name : Download neovim
41
41
shell : bash
42
42
run : curl -L https://github.com/neovim/neovim/releases/download/${{matrix.neovim_version}}/nvim-macos.tar.gz -o ~/nvim.tar.gz
46
46
run : tar xzf ~/nvim.tar.gz -C ~/
47
47
continue-on-error : ${{matrix.allow_failure}}
48
48
- name : Download test runner
49
- uses : actions/checkout@v3
49
+ uses : actions/checkout@v4
50
50
with :
51
51
repository : thinca/vim-themis
52
52
path : ./vim-themis
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
17
17
build :
18
18
runs-on : macos-latest
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- name : Install MacVim
22
22
shell : bash
23
23
run : brew install macvim
24
24
- name : Download test runner
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v4
26
26
with :
27
27
repository : thinca/vim-themis
28
28
path : ./vim-themis
Original file line number Diff line number Diff line change 13
13
name : runner / vint
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
- name : vint
18
18
uses : reviewdog/action-vint@v1
19
19
with :
Original file line number Diff line number Diff line change 39
39
runs-on : ${{matrix.os}}
40
40
continue-on-error : ${{matrix.allow_failure}}
41
41
steps :
42
- - uses : actions/checkout@v3
42
+ - uses : actions/checkout@v4
43
43
- name : Download neovim
44
44
shell : PowerShell
45
45
run : Invoke-WebRequest -Uri https://github.com/neovim/neovim/releases/download/${{matrix.neovim_version}}/nvim-${{matrix.neovim_arch}}.zip -OutFile neovim.zip
70
70
env :
71
71
GO111MODULE : ' on'
72
72
- name : Download test runner
73
- uses : actions/checkout@v3
73
+ uses : actions/checkout@v4
74
74
with :
75
75
repository : thinca/vim-themis
76
76
path : ./vim-themis
Original file line number Diff line number Diff line change 43
43
vim_ver_path : vim80
44
44
runs-on : ${{matrix.os}}
45
45
steps :
46
- - uses : actions/checkout@v3
46
+ - uses : actions/checkout@v4
47
47
- name : Download vim
48
48
shell : PowerShell
49
49
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
72
72
env :
73
73
GO111MODULE : ' on'
74
74
- name : Download test runner
75
- uses : actions/checkout@v3
75
+ uses : actions/checkout@v4
76
76
with :
77
77
repository : thinca/vim-themis
78
78
path : ./vim-themis
You can’t perform that action at this time.
0 commit comments