From f118c6ea3c98c356a554a5e89f7ad0c5deb1aaab Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Mon, 8 Apr 2024 20:19:19 +0300 Subject: [PATCH] ci: update cache action v3 -> v4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 14439da..a2cb5d0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v4 - run: date +%F > todays-date - name: Restore from today's cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: _neovim key: ${{ runner.os }}-${{ matrix.rev }}-${{ hashFiles('todays-date') }}