Skip to content

Commit

Permalink
ci: update cache action v3 -> v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Apr 8, 2024
1 parent a06d635 commit f118c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down

0 comments on commit f118c6e

Please sign in to comment.