re-add cache
Some checks failed
renovate / renovate (push) Failing after 32s

This commit is contained in:
Lee 2023-10-15 03:06:41 +01:00
parent 6d06dc3a20
commit 017235e195

@ -14,12 +14,12 @@ jobs:
steps:
- uses: actions/checkout@v4
# - name: Restore Renovate Cache
# id: cache-renovate
# uses: actions/cache/restore@v3
# with:
# path: /tmp/renovate/cache
# key: ${{ runner.os }}-renovate-cache
- name: Restore Renovate Cache
id: cache-renovate
uses: actions/cache/restore@v3
with:
path: /tmp/renovate/cache
key: ${{ runner.os }}-renovate-cache
- run: Renovate
env: