Skip to content

Commit

Permalink
build(deps): bump actions/cache from v1 to v2
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https:/actions/cache) from v1 to v2.
- [Release notes](https:/actions/cache/releases)
- [Commits](actions/cache@v1...b820478)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and malept committed Jul 4, 2020
1 parent 01d2d39 commit 9c91acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"
- name: Cache Yarn
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ${{ steps.yarn-cache.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
# with:
# node-version: 12.x
# - name: Cache node_modules
# uses: actions/cache@v1
# uses: actions/cache@v2
# with:
# path: node_modules
# key: ${{ runner.OS }}-build-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit 9c91acf

Please sign in to comment.