Skip to content

Commit

Permalink
Merge pull request #690 from pwntester/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-4

chore(deps): bump actions/cache from 2 to 4
  • Loading branch information
pwntester authored Nov 28, 2024
2 parents bcc5199 + a66789a commit 07e333c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- 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') }}
Expand Down

0 comments on commit 07e333c

Please sign in to comment.