Skip to content
Snippets Groups Projects
Unverified Commit 23f35cab authored by renovate[bot]'s avatar renovate[bot] Committed by GitHub
Browse files

chore(deps): update actions/cache action to v2.1.3 (#7673)


Co-authored-by: default avatarRenovate Bot <bot@renovateapp.com>
parent 55b31d7e
No related merge requests found
......@@ -76,7 +76,7 @@ jobs:
- name: Cache Yarn packages
id: yarn_cache_packages
uses: actions/cache@v2.1.2
uses: actions/cache@v2.1.3
with:
path: ${{ env.YARN_CACHE_FOLDER }}
key: ${{ env.YARN_PACKAGE_CACHE_KEY }}-${{ runner.os }}-yarn_cache-${{ hashFiles('**/yarn.lock') }}
......@@ -141,7 +141,7 @@ jobs:
- name: Cache Yarn packages
id: yarn_cache_packages
uses: actions/cache@v2.1.2
uses: actions/cache@v2.1.3
with:
path: ${{ env.YARN_CACHE_FOLDER }}
key: ${{ env.YARN_PACKAGE_CACHE_KEY }}-${{ runner.os }}-yarn_cache-${{ hashFiles('**/yarn.lock') }}
......@@ -194,7 +194,7 @@ jobs:
fetch-depth: 0
- name: Cache Yarn packages
uses: actions/cache@v2.1.2
uses: actions/cache@v2.1.3
with:
path: ${{ env.YARN_CACHE_FOLDER }}
key: ${{ env.YARN_PACKAGE_CACHE_KEY }}-${{ runner.os }}-yarn_cache-${{ hashFiles('**/yarn.lock') }}
......
......@@ -35,7 +35,7 @@ jobs:
- name: Cache Yarn packages
id: yarn_cache_packages
uses: actions/cache@v2.1.2
uses: actions/cache@v2.1.3
with:
path: ${{ env.YARN_CACHE_FOLDER }}
key: ${{ env.YARN_PACKAGE_CACHE_KEY }}-${{ runner.os }}-yarn_cache-${{ hashFiles('**/yarn.lock') }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment