chore(ci): update actions/cache to 4.2.0
This commit is contained in:
parent
23535a1313
commit
a400ff2f52
|
@ -16,7 +16,7 @@ runs:
|
|||
steps:
|
||||
|
||||
- name: get the cached plugin
|
||||
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
|
||||
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57# v4.2.0
|
||||
with:
|
||||
path: ./*.${{ inputs.package-extension }}
|
||||
key: ${{ inputs.cache-key }}
|
||||
|
|
Loading…
Reference in New Issue