We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0312867 commit 0603733Copy full SHA for 0603733
.github/workflows/ci.yml
@@ -21,15 +21,15 @@ jobs:
21
fail-fast: false
22
matrix:
23
include:
24
- - os: ubuntu-20.04
+ - os: ubuntu-latest
25
url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
26
27
- url: https://github.com/neovim/neovim/releases/download/v0.6.0/nvim-linux64.tar.gz
+ url: https://github.com/neovim/neovim/releases/download/v0.10.4/nvim-linux64.tar.gz
28
steps:
29
- uses: actions/checkout@v2
30
- run: date +%F > todays-date
31
- name: Restore from todays cache
32
- uses: actions/cache@v2
+ uses: actions/cache@v4
33
with:
34
path: _neovim
35
key: ${{ runner.os }}-${{ matrix.url }}-${{ hashFiles('todays-date') }}
0 commit comments