chore(deps): update actions/cache action to v4 #125
@ -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…
Reference in New Issue
Block a user