chore(deps): update actions/cache action to v4
All checks were successful
renovate / renovate (push) Successful in 1m57s
All checks were successful
renovate / renovate (push) Successful in 1m57s
This commit is contained in:
parent
c9a02ae730
commit
eb5defd54e
@ -16,7 +16,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Restore Renovate Cache
|
- name: Restore Renovate Cache
|
||||||
id: cache-renovate
|
id: cache-renovate
|
||||||
uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v4
|
||||||
with:
|
with:
|
||||||
path: /tmp/renovate/cache
|
path: /tmp/renovate/cache
|
||||||
key: ${{ runner.os }}-renovate-cache
|
key: ${{ runner.os }}-renovate-cache
|
||||||
@ -33,7 +33,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Save Renovate Cache
|
- name: Save Renovate Cache
|
||||||
id: cache-renovate
|
id: cache-renovate
|
||||||
uses: actions/cache/save@v3
|
uses: actions/cache/save@v4
|
||||||
with:
|
with:
|
||||||
path: /tmp/renovate/cache
|
path: /tmp/renovate/cache
|
||||||
key: ${{ runner.os }}-renovate-cache
|
key: ${{ runner.os }}-renovate-cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user