File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : Checkout repository
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
34
34
- name : Install dotnet
35
35
uses : actions/setup-dotnet@v3
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout repository
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
22
22
- name : Install dotnet
23
23
uses : actions/setup-dotnet@v3
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout repository
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
22
22
- name : Install dotnet
23
23
uses : actions/setup-dotnet@v3
@@ -31,13 +31,13 @@ jobs:
31
31
id : vim
32
32
33
33
- name : Checkout vim-ps1
34
- uses : actions/checkout@v3
34
+ uses : actions/checkout@v4
35
35
with :
36
36
repository : PProvost/vim-ps1
37
37
path : vim-ps1
38
38
39
39
- name : Checkout LanguageClient-neovim
40
- uses : actions/checkout@v3
40
+ uses : actions/checkout@v4
41
41
with :
42
42
repository : autozimu/LanguageClient-neovim
43
43
path : LanguageClient-neovim
47
47
working-directory : LanguageClient-neovim
48
48
49
49
- name : Checkout Themis
50
- uses : actions/checkout@v3
50
+ uses : actions/checkout@v4
51
51
with :
52
52
repository : thinca/vim-themis
53
53
path : vim-themis
You can’t perform that action at this time.
0 commit comments