diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f421676..f252938 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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') }}