chore: update CI
parent
c76c789d90
commit
3cce654221
|
|
@ -26,10 +26,10 @@ jobs:
|
||||||
url: https://github.com/neovim/neovim/releases/download/v0.8.0/nvim-linux64.tar.gz
|
url: https://github.com/neovim/neovim/releases/download/v0.8.0/nvim-linux64.tar.gz
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- run: date +%F > todays-date
|
- run: date +%F > todays-date
|
||||||
- name: Restore from todays cache
|
- name: Restore from todays cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: _neovim
|
path: _neovim
|
||||||
key: ${{ runner.os }}-${{ matrix.url }}-${{ hashFiles('todays-date') }}
|
key: ${{ runner.os }}-${{ matrix.url }}-${{ hashFiles('todays-date') }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue