File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
21
21
fail-fast : false
22
22
matrix :
23
23
include :
24
- - os : ubuntu-20.04
25
- url : https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64 .tar.gz
26
- - os : ubuntu-20.04
27
- url : https://github.com/neovim/neovim/releases/download/v0.6.0 /nvim-linux64 .tar.gz
24
+ - os : ubuntu-latest
25
+ url : https://github.com/neovim/neovim/releases/download/nightly/nvim-linux-x86_64 .tar.gz
26
+ - os : ubuntu-latest
27
+ url : https://github.com/neovim/neovim/releases/download/v0.10.4 /nvim-linux-x86_64 .tar.gz
28
28
steps :
29
29
- uses : actions/checkout@v2
30
30
- run : date +%F > todays-date
31
31
- name : Restore from todays cache
32
- uses : actions/cache@v2
32
+ uses : actions/cache@v4
33
33
with :
34
34
path : _neovim
35
35
key : ${{ runner.os }}-${{ matrix.url }}-${{ hashFiles('todays-date') }}
You can’t perform that action at this time.
0 commit comments