chore: update CI

main
olimorris 2024-03-13 19:03:22 +00:00
parent c76c789d90
commit 3cce654221
1 changed files with 2 additions and 2 deletions

View File

@ -26,10 +26,10 @@ jobs:
url: https://github.com/neovim/neovim/releases/download/v0.8.0/nvim-linux64.tar.gz
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: date +%F > todays-date
- name: Restore from todays cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: _neovim
key: ${{ runner.os }}-${{ matrix.url }}-${{ hashFiles('todays-date') }}