From dbb033c9516000286d97db57bce8cd3ecf6b3de5 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 1 Jan 2025 10:42:17 -0600 Subject: [PATCH] cache updates --- .forgejo/actions/renovate/action.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/actions/renovate/action.yaml b/.forgejo/actions/renovate/action.yaml index 7032a20..c69bba6 100644 --- a/.forgejo/actions/renovate/action.yaml +++ b/.forgejo/actions/renovate/action.yaml @@ -28,9 +28,9 @@ runs: with: path: | .tmp/cache/renovate/repository - key: repo-cache-${{ inputs.endpoint }}-${{ github.run_id }} + key: renovate-cache-${{ inputs.endpoint }}-${{ github.run_id }} restore-keys: | - repo-cache-${{ inputs.endpoint }}- + renovate-cache-${{ inputs.endpoint }}- - run: | renovate ${{ inputs.args }} @@ -56,4 +56,4 @@ runs: with: path: | .tmp/cache/renovate/repository - key: repo-cache-${{ inputs.endpoint }}-${{ github.run_id }} + key: renovate-cache-${{ inputs.endpoint }}-${{ github.run_id }}