Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v2.1.4 (#8577)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Feb 7, 2021
1 parent 78551af commit 379f39b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Cache Yarn packages
id: yarn_cache_packages
uses: actions/cache@v2.1.3
uses: actions/cache@v2.1.4
with:
path: ${{ env.YARN_CACHE_FOLDER }}
key: ${{ env.YARN_PACKAGE_CACHE_KEY }}-${{ runner.os }}-yarn_cache-${{ hashFiles('**/yarn.lock') }}
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:

- name: Cache Yarn packages
id: yarn_cache_packages
uses: actions/cache@v2.1.3
uses: actions/cache@v2.1.4
with:
path: ${{ env.YARN_CACHE_FOLDER }}
key: ${{ env.YARN_PACKAGE_CACHE_KEY }}-${{ runner.os }}-yarn_cache-${{ hashFiles('**/yarn.lock') }}
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
fetch-depth: 0

- name: Cache Yarn packages
uses: actions/cache@v2.1.3
uses: actions/cache@v2.1.4
with:
path: ${{ env.YARN_CACHE_FOLDER }}
key: ${{ env.YARN_PACKAGE_CACHE_KEY }}-${{ runner.os }}-yarn_cache-${{ hashFiles('**/yarn.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Cache Yarn packages
id: yarn_cache_packages
uses: actions/cache@v2.1.3
uses: actions/cache@v2.1.4
with:
path: ${{ env.YARN_CACHE_FOLDER }}
key: ${{ env.YARN_PACKAGE_CACHE_KEY }}-${{ runner.os }}-yarn_cache-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit 379f39b

Please sign in to comment.