Update actions/cache action to v3 (#2819)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-03-14 19:13:59 -07:00
committed by GitHub
parent 6feaadb7c8
commit 838c1b51c1
6 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ jobs:
concurrent_skipping: 'same_content_newer'
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-node-modules-bundle-web-app
with: