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: