Merge pull request #179 from flant/dependabot/github_actions/actions/cache-v2.1.4

build(deps): bump actions/cache from v2 to v2.1.4
This commit is contained in:
Ivan Mikheykin
2021-02-17 13:20:11 +03:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ jobs:
run: echo "::set-output name=dir::$(yarn cache dir)"
- name: Cache yarn cache
uses: actions/cache@v2
uses: actions/cache@v2.1.4
id: cache-yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -34,7 +34,7 @@ jobs:
- name: Cache node_modules
id: cache-node-modules
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: node_modules
key: ${{ runner.os }}-${{ matrix.node-version }}-nodemodules-${{ hashFiles('**/yarn.lock') }}
+2 -2
View File
@@ -27,7 +27,7 @@ jobs:
run: echo "::set-output name=dir::$(yarn cache dir)"
- name: Cache yarn cache
uses: actions/cache@v2
uses: actions/cache@v2.1.4
id: cache-yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -37,7 +37,7 @@ jobs:
- name: Cache node_modules
id: cache-node-modules
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: node_modules
key: ${{ runner.os }}-${{ matrix.node-version }}-nodemodules-${{ hashFiles('**/yarn.lock') }}