Merge pull request #2000 from mermaid-js/dependabot/github_actions/develop/actions/cache-v2.1.5

Bump actions/cache from v1 to v2.1.5
This commit is contained in:
Knut Sveidqvist
2021-04-25 11:02:19 +02:00
committed by GitHub
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') }}