chore(deps): update https://github.com/actions/cache digest to d4323d4
All checks were successful
renovate / renovate (push) Successful in 1m25s
All checks were successful
renovate / renovate (push) Successful in 1m25s
Signed-off-by: RenovateBot <renovatebot@w9r.dev>
This commit is contained in:
parent
2c2c45e916
commit
1d986cd4f4
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ jobs:
|
|||
token: "${{ env.RENOVATE_TOKEN }}"
|
||||
|
||||
- name: Load renovate repo cache
|
||||
uses: https://github.com/actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
|
||||
uses: https://github.com/actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
|
||||
with:
|
||||
path: |
|
||||
.tmp/cache/renovate/repository
|
||||
|
@ -92,7 +92,7 @@ jobs:
|
|||
|
||||
- name: Save renovate repo cache
|
||||
if: always() && env.RENOVATE_DRY_RUN != 'full'
|
||||
uses: https://github.com/actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
|
||||
uses: https://github.com/actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
|
||||
with:
|
||||
path: |
|
||||
.tmp/cache/renovate/repository
|
||||
|
|
Loading…
Add table
Reference in a new issue