This commit is contained in:
parent
6d06dc3a20
commit
017235e195
@ -14,12 +14,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
# - name: Restore Renovate Cache
|
- name: Restore Renovate Cache
|
||||||
# id: cache-renovate
|
id: cache-renovate
|
||||||
# uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v3
|
||||||
# with:
|
with:
|
||||||
# path: /tmp/renovate/cache
|
path: /tmp/renovate/cache
|
||||||
# key: ${{ runner.os }}-renovate-cache
|
key: ${{ runner.os }}-renovate-cache
|
||||||
|
|
||||||
- run: Renovate
|
- run: Renovate
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user