mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
chore(deps): update actions/cache action to v2.1.5 (#9573)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
5ff0ad45ce
commit
9a93f34868
3 changed files with 6 additions and 6 deletions
4
.github/workflows/build-pr.yml
vendored
4
.github/workflows/build-pr.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
||||||
|
|
||||||
- name: Cache Yarn packages
|
- name: Cache Yarn packages
|
||||||
id: yarn_cache_packages
|
id: yarn_cache_packages
|
||||||
uses: actions/cache@v2.1.4
|
uses: actions/cache@v2.1.5
|
||||||
with:
|
with:
|
||||||
path: ${{ env.YARN_CACHE_FOLDER }}
|
path: ${{ env.YARN_CACHE_FOLDER }}
|
||||||
key: ${{ env.YARN_PACKAGE_CACHE_KEY }}-${{ runner.os }}-yarn_cache-${{ hashFiles('**/yarn.lock') }}
|
key: ${{ env.YARN_PACKAGE_CACHE_KEY }}-${{ runner.os }}-yarn_cache-${{ hashFiles('**/yarn.lock') }}
|
||||||
|
@ -102,7 +102,7 @@ jobs:
|
||||||
|
|
||||||
- name: Cache Yarn packages
|
- name: Cache Yarn packages
|
||||||
id: yarn_cache_packages
|
id: yarn_cache_packages
|
||||||
uses: actions/cache@v2.1.4
|
uses: actions/cache@v2.1.5
|
||||||
with:
|
with:
|
||||||
path: ${{ env.YARN_CACHE_FOLDER }}
|
path: ${{ env.YARN_CACHE_FOLDER }}
|
||||||
key: ${{ env.YARN_PACKAGE_CACHE_KEY }}-${{ runner.os }}-yarn_cache-${{ hashFiles('**/yarn.lock') }}
|
key: ${{ env.YARN_PACKAGE_CACHE_KEY }}-${{ runner.os }}-yarn_cache-${{ hashFiles('**/yarn.lock') }}
|
||||||
|
|
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -72,7 +72,7 @@ jobs:
|
||||||
|
|
||||||
- name: Cache Yarn packages
|
- name: Cache Yarn packages
|
||||||
id: yarn_cache_packages
|
id: yarn_cache_packages
|
||||||
uses: actions/cache@v2.1.4
|
uses: actions/cache@v2.1.5
|
||||||
with:
|
with:
|
||||||
path: ${{ env.YARN_CACHE_FOLDER }}
|
path: ${{ env.YARN_CACHE_FOLDER }}
|
||||||
key: ${{ env.YARN_PACKAGE_CACHE_KEY }}-${{ runner.os }}-yarn_cache-${{ hashFiles('**/yarn.lock') }}
|
key: ${{ env.YARN_PACKAGE_CACHE_KEY }}-${{ runner.os }}-yarn_cache-${{ hashFiles('**/yarn.lock') }}
|
||||||
|
@ -127,7 +127,7 @@ jobs:
|
||||||
|
|
||||||
- name: Cache Yarn packages
|
- name: Cache Yarn packages
|
||||||
id: yarn_cache_packages
|
id: yarn_cache_packages
|
||||||
uses: actions/cache@v2.1.4
|
uses: actions/cache@v2.1.5
|
||||||
with:
|
with:
|
||||||
path: ${{ env.YARN_CACHE_FOLDER }}
|
path: ${{ env.YARN_CACHE_FOLDER }}
|
||||||
key: ${{ env.YARN_PACKAGE_CACHE_KEY }}-${{ runner.os }}-yarn_cache-${{ hashFiles('**/yarn.lock') }}
|
key: ${{ env.YARN_PACKAGE_CACHE_KEY }}-${{ runner.os }}-yarn_cache-${{ hashFiles('**/yarn.lock') }}
|
||||||
|
@ -181,7 +181,7 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Cache Yarn packages
|
- name: Cache Yarn packages
|
||||||
uses: actions/cache@v2.1.4
|
uses: actions/cache@v2.1.5
|
||||||
with:
|
with:
|
||||||
path: ${{ env.YARN_CACHE_FOLDER }}
|
path: ${{ env.YARN_CACHE_FOLDER }}
|
||||||
key: ${{ env.YARN_PACKAGE_CACHE_KEY }}-${{ runner.os }}-yarn_cache-${{ hashFiles('**/yarn.lock') }}
|
key: ${{ env.YARN_PACKAGE_CACHE_KEY }}-${{ runner.os }}-yarn_cache-${{ hashFiles('**/yarn.lock') }}
|
||||||
|
|
2
.github/workflows/release-npm.yml
vendored
2
.github/workflows/release-npm.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
||||||
|
|
||||||
- name: Cache Yarn packages
|
- name: Cache Yarn packages
|
||||||
id: yarn_cache_packages
|
id: yarn_cache_packages
|
||||||
uses: actions/cache@v2.1.4
|
uses: actions/cache@v2.1.5
|
||||||
with:
|
with:
|
||||||
path: ${{ env.YARN_CACHE_FOLDER }}
|
path: ${{ env.YARN_CACHE_FOLDER }}
|
||||||
key: ${{ env.YARN_PACKAGE_CACHE_KEY }}-${{ runner.os }}-yarn_cache-${{ hashFiles('**/yarn.lock') }}
|
key: ${{ env.YARN_PACKAGE_CACHE_KEY }}-${{ runner.os }}-yarn_cache-${{ hashFiles('**/yarn.lock') }}
|
||||||
|
|
Loading…
Reference in a new issue