Skip to content

Commit 9c55331

Browse files
committed
ci: use actions/cache@v3 in tests workflow
1 parent 5552f76 commit 9c55331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v3
4141
- run: date +%F > todays-date
4242
- name: Restore cache for today's nightly.
43-
uses: actions/cache@v2
43+
uses: actions/cache@v3
4444
with:
4545
path: _neovim
4646
key: ${{ runner.os }}-x64-${{ hashFiles('todays-date') }}

0 commit comments

Comments
 (0)