Skip to content

Commit 0603733

Browse files
committed
Fix GitHub CI workflow
1 parent 0312867 commit 0603733

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
include:
24-
- os: ubuntu-20.04
24+
- os: ubuntu-latest
2525
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
26+
- os: ubuntu-latest
27+
url: https://github.com/neovim/neovim/releases/download/v0.10.4/nvim-linux64.tar.gz
2828
steps:
2929
- uses: actions/checkout@v2
3030
- run: date +%F > todays-date
3131
- name: Restore from todays cache
32-
uses: actions/cache@v2
32+
uses: actions/cache@v4
3333
with:
3434
path: _neovim
3535
key: ${{ runner.os }}-${{ matrix.url }}-${{ hashFiles('todays-date') }}

0 commit comments

Comments
 (0)