Compare commits
No commits in common. "fbc49d3f07864aa36f0dca2dc8f7468cc65b5e2e" and "61f5bac5cbbd2582796e0194078b83d65906dcfa" have entirely different histories.
fbc49d3f07
...
61f5bac5cb
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ inputs:
|
|||
runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
|
||||
- uses: actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
|
||||
with:
|
||||
path: |
|
||||
.tmp/cache/renovate/repository
|
||||
|
@ -52,7 +52,7 @@ runs:
|
|||
|
||||
- name: Save renovate repo cache
|
||||
if: always() && inputs.save-cache == 'true'
|
||||
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
|
||||
uses: actions/cache/save@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
|
||||
with:
|
||||
path: |
|
||||
.tmp/cache/renovate/repository
|
||||
|
|
Loading…
Reference in a new issue