Skip to content

Commit

Permalink
ci: update workflow deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tmillr committed Oct 19, 2024
1 parent 3011b7d commit 47e2692
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 @@ -50,7 +50,7 @@ jobs:
- name: Restore cache
id: restore-cache
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: |
${{ env.HOME }}/nvim
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- if: ${{ !steps.restore-cache.outputs.cache-hit }}
name: Cache deps
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: |
${{ env.HOME }}/nvim
Expand Down

0 comments on commit 47e2692

Please sign in to comment.