Bump actions/cache from v1 to v2.1.5

Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v1...1a9e2138d905efd099035b49d8b7a3888c653ca8)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-04-25 08:43:06 +00:00
committed by GitHub
parent 6ce2de6fb0
commit 94cc7c8256
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ jobs:
run: npm i yarn --global run: npm i yarn --global
- name: Cache Node Modules - name: Cache Node Modules
uses: actions/cache@v1 uses: actions/cache@v2.1.5
with: with:
path: .cache path: .cache
key: ${{ runner.OS }}-build-${{ hashFiles('**/yarn.lock') }} key: ${{ runner.OS }}-build-${{ hashFiles('**/yarn.lock') }}

View File

@@ -20,7 +20,7 @@ jobs:
run: npm i yarn --global run: npm i yarn --global
- name: Cache Node Modules - name: Cache Node Modules
uses: actions/cache@v1 uses: actions/cache@v2.1.5
with: with:
path: .cache path: .cache
key: ${{ runner.OS }}-build-${{ hashFiles('**/yarn.lock') }} key: ${{ runner.OS }}-build-${{ hashFiles('**/yarn.lock') }}