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 2929
3030 steps :
3131 - name : Checkout repository
32- uses : actions/checkout@v3
32+ uses : actions/checkout@v4
3333
3434 - name : Install dotnet
3535 uses : actions/setup-dotnet@v3
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v4
2121
2222 - name : Install dotnet
2323 uses : actions/setup-dotnet@v3
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v4
2121
2222 - name : Install dotnet
2323 uses : actions/setup-dotnet@v3
@@ -31,13 +31,13 @@ jobs:
3131 id : vim
3232
3333 - name : Checkout vim-ps1
34- uses : actions/checkout@v3
34+ uses : actions/checkout@v4
3535 with :
3636 repository : PProvost/vim-ps1
3737 path : vim-ps1
3838
3939 - name : Checkout LanguageClient-neovim
40- uses : actions/checkout@v3
40+ uses : actions/checkout@v4
4141 with :
4242 repository : autozimu/LanguageClient-neovim
4343 path : LanguageClient-neovim
4747 working-directory : LanguageClient-neovim
4848
4949 - name : Checkout Themis
50- uses : actions/checkout@v3
50+ uses : actions/checkout@v4
5151 with :
5252 repository : thinca/vim-themis
5353 path : vim-themis
You can’t perform that action at this time.
0 commit comments