chore(deps): update https://github.com/actions/cache digest to 0c907a7
All checks were successful
renovate / renovate (push) Successful in 1m16s

Signed-off-by: RenovateBot <renovatebot@w9r.dev>
This commit is contained in:
RenovateBot 2025-02-18 20:01:50 +00:00
parent 228137fcc5
commit 28ebcd8b92

View file

@ -49,7 +49,7 @@ jobs:
token: "${{ env.RENOVATE_TOKEN }}" token: "${{ env.RENOVATE_TOKEN }}"
- name: Load renovate repo cache - name: Load renovate repo cache
uses: https://github.com/actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 uses: https://github.com/actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
with: with:
path: | path: |
.tmp/cache/renovate/repository .tmp/cache/renovate/repository
@ -92,7 +92,7 @@ jobs:
- name: Save renovate repo cache - name: Save renovate repo cache
if: always() && env.RENOVATE_DRY_RUN != 'full' if: always() && env.RENOVATE_DRY_RUN != 'full'
uses: https://github.com/actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 uses: https://github.com/actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
with: with:
path: | path: |
.tmp/cache/renovate/repository .tmp/cache/renovate/repository