From 6d06dc3a20f10154aaf90ea9164298d9b2a85db0 Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 15 Oct 2023 03:05:05 +0100 Subject: [PATCH] e --- .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 917039f..045ea73 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: