File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,20 +11,20 @@ jobs:
11
11
matrix :
12
12
include :
13
13
- os : ubuntu-22.04
14
- rev : nightly/nvim-linux64 .tar.gz
14
+ rev : nightly/nvim-linux-x86_64 .tar.gz
15
15
- os : ubuntu-22.04
16
16
rev : v0.7.2/nvim-linux64.tar.gz
17
17
- os : ubuntu-22.04
18
18
rev : v0.8.3/nvim-linux64.tar.gz
19
19
- os : ubuntu-22.04
20
20
rev : v0.9.5/nvim-linux64.tar.gz
21
21
- os : ubuntu-22.04
22
- rev : v0.10.0 /nvim-linux64.tar.gz
22
+ rev : v0.10.4 /nvim-linux64.tar.gz
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
- run : date +%F > todays-date
26
26
- name : Restore cache for today's nightly.
27
- uses : actions/cache@v3
27
+ uses : actions/cache@v4
28
28
with :
29
29
path : _neovim
30
30
key : ${{ runner.os }}-${{ matrix.rev }}-${{ hashFiles('todays-date') }}
46
46
name : stylua
47
47
runs-on : ubuntu-22.04
48
48
steps :
49
- - uses : actions/checkout@v3
49
+ - uses : actions/checkout@v4
50
50
- uses : JohnnyMorganz/stylua-action@v2
51
51
with :
52
52
token : ${{ secrets.GITHUB_TOKEN }}
58
58
name : Luacheck
59
59
runs-on : ubuntu-22.04
60
60
steps :
61
- - uses : actions/checkout@v3
61
+ - uses : actions/checkout@v4
62
62
63
63
- name : Prepare
64
64
run : |
You can’t perform that action at this time.
0 commit comments