cache updates

This commit is contained in:
Joseph Hanson 2025-01-01 10:42:17 -06:00
parent 2fb1a240a0
commit dbb033c951
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -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 }}