mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 02:34:59 -07:00
ci: bump cache action to version 4
This commit is contained in:
parent
98a4ed0a11
commit
ed103cde28
2
.github/actions/cache/action.yml
vendored
2
.github/actions/cache/action.yml
vendored
@ -25,7 +25,7 @@ runs:
|
||||
# if it makes the expression below simpler. hashFiles() has a timer that
|
||||
# will fail the job if it times out, which can happen if there are too many
|
||||
# files to search through.
|
||||
- uses: actions/cache@v3
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: .deps
|
||||
key: ${{ env.CACHE_KEY }}-${{ steps.image.outputs.version }}-${{ hashFiles('cmake**',
|
||||
|
Loading…
Reference in New Issue
Block a user