chore: bump ci to more modern os and nvim versions (#2289)

(cherry picked from commit 0a7588252a)
This commit is contained in:
Simon Hauser
2023-01-06 14:34:52 +01:00
parent 9cc8a4b2c5
commit 47143bbb42
4 changed files with 31 additions and 22 deletions
+2 -2
View File
@@ -16,10 +16,10 @@ jobs:
- os: ubuntu-20.04
url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: date +%F > todays-date
- name: Restore cache for today's nightly.
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: _neovim
key: ${{ runner.os }}-${{ matrix.url }}-${{ hashFiles('todays-date') }}