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

This commit is contained in:
Simon Hauser
2022-12-28 13:11:00 +01:00
committed by GitHub
parent e960efa60e
commit 0a7588252a
4 changed files with 27 additions and 18 deletions

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') }}