chore(actions): bump cache from 2.1.6 to 3.0.2

This commit is contained in:
MDLeom 2022-05-04 02:35:32 +00:00
parent 1833ffa76e
commit 3edbe68008
No known key found for this signature in database
GPG Key ID: 06C236E63CBC68AA
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ jobs:
with:
node-version: '14.x'
- name: Cache NPM dependencies
uses: actions/cache@v2.1.6
uses: actions/cache@v3.0.2
with:
path: node_modules
key: ${{ runner.os }}-npm-cache

View File

@ -17,7 +17,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Cache NPM dependencies
uses: actions/cache@v2.1.6
uses: actions/cache@v3.0.2
with:
path: node_modules
key: ${{ runner.os }}-npm-cache
@ -41,7 +41,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Cache NPM dependencies
uses: actions/cache@v2.1.6
uses: actions/cache@v3.0.2
with:
path: node_modules
key: ${{ runner.os }}-npm-cache