chore(deps): bump actions/cache from v2 to v2.1.4

Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-08 06:31:24 +00:00 committed by GitHub
parent ef57b75638
commit e621a7937a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ jobs:
with:
node-version: '12.x'
- name: Cache NPM dependencies
uses: actions/cache@v2
uses: actions/cache@v2.1.4
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
uses: actions/cache@v2.1.4
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
uses: actions/cache@v2.1.4
with:
path: node_modules
key: ${{ runner.os }}-npm-cache