chore(deps): update actions/cache action to v5 (#377)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
90820974e8
commit
c551ee5639
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
@ -11,7 +11,7 @@ runs:
|
||||
|
||||
- name: Cache dependencies
|
||||
id: yarn-cache
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
**/node_modules
|
||||
|
||||
Loading…
Reference in New Issue
Block a user