Skip to content

Commit

Permalink
chore: update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Mar 13, 2024
1 parent 0059f3f commit e4fc364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
url: https://github.com/neovim/neovim/releases/download/v0.9.2/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') }}
Expand Down

0 comments on commit e4fc364

Please sign in to comment.