Bump actions/cache from 2.1.5 to 2.1.6 (#4)

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-07-15 19:05:38 +02:00 committed by GitHub
parent 7229b6aaf1
commit 3f8ff1a66c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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