From 017235e1953c25a6bc7fce11c84a0b59b2b48991 Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 15 Oct 2023 03:06:41 +0100 Subject: [PATCH] re-add cache --- .gitea/workflows/renovate.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 045ea73..917039f 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -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: