We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525f371 commit 45a5a41Copy full SHA for 45a5a41
.github/workflows/vader.yml
@@ -12,17 +12,17 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Git clone Vader
15
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
16
with:
17
repository: junegunn/vader.vim
18
path: vader.vim
19
- name: Git clone Fugitive
20
21
22
repository: tpope/vim-fugitive
23
path: vim-fugitive
24
- name: Check out repository code
25
26
27
path: fugitive-cgit.vim
28
- name: Install packages
0 commit comments