Update actions/cache action to v3 (#3277)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2022-03-22 18:47:06 -03:00
committed by GitHub
parent faf5820f03
commit 05077f70f1
2 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 12.x
- uses: actions/cache@v2
- uses: actions/cache@v3
id: cache
with:
path: '**/node_modules'