chore(deps): update actions/cache action to v4 (#12563)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-05-13 11:07:12 -04:00
committed by GitHub
parent 19602dcd5a
commit 88ff9f9d62

View File

@@ -55,7 +55,7 @@ jobs:
- name: Cache node_modules
id: cache-node-modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: var-cache-node-modules
key: var-cache-node-modules-${{ hashFiles('Dockerfile', 'install/package.json') }}