chore: bump `actions/cache`
Breaking changes: - Bump Node.js runtime to version 20
This commit is contained in:
parent
3b3bef68bd
commit
7058382027
|
@ -406,7 +406,7 @@ jobs:
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
- name: Get Cache
|
- name: Get Cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
path: ${{ env.DEPS_PREFIX }}
|
path: ${{ env.DEPS_PREFIX }}
|
||||||
|
|
Loading…
Reference in New Issue