chore(ci): update actions/cache to 4.2.0

This commit is contained in:
technique-ci 2025-02-11 15:12:11 +00:00
parent 23535a1313
commit a400ff2f52
1 changed files with 1 additions and 1 deletions

View File

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