File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
docgen :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2
13
- - uses : actions/setup-go@v2
12
+ - uses : actions/checkout@v4
13
+ - uses : actions/setup-go@v4
14
14
with :
15
15
go-version : ' ^1.17.1'
16
16
- name : Install md2vim
31
31
api_docgen :
32
32
runs-on : ubuntu-latest
33
33
steps :
34
- - uses : actions/checkout@v2
34
+ - uses : actions/checkout@v4
35
35
- name : Install Neovim
36
36
uses : rhysd/action-setup-vim@v1
37
37
id : neovim
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
14
14
fail-fast : false
15
15
matrix :
16
16
version :
17
- - v0.8.3
18
17
- v0.9.0
19
18
- v0.9.1
19
+ - v0.9.2
20
20
- nightly
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@v2
24
- - uses : JohnnyMorganz/stylua-action@v1
23
+ - uses : actions/checkout@v4
24
+ - uses : JohnnyMorganz/stylua-action@v3
25
25
with :
26
26
token : ${{ secrets.GITHUB_TOKEN }}
27
27
# CLI arguments
You can’t perform that action at this time.
0 commit comments