Skip to content

Commit

Permalink
chore(deps): update c-hive/gha-yarn-cache action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 30, 2021
1 parent 2461fad commit 9895977
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: "14"

- name: Yarn cache setup
uses: c-hive/gha-yarn-cache@v1
uses: c-hive/gha-yarn-cache@v2

- name: Install dependencies
run: yarn --frozen-lockfile --prefer-offline
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2

- name: Yarn cache setup
uses: c-hive/gha-yarn-cache@v1
uses: c-hive/gha-yarn-cache@v2

- name: Install dependencies
run: yarn --frozen-lockfile --prefer-offline
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: "14"

- name: Yarn cache setup
uses: c-hive/gha-yarn-cache@v1
uses: c-hive/gha-yarn-cache@v2

- name: Install dependencies
run: yarn --frozen-lockfile --prefer-offline
Expand Down

0 comments on commit 9895977

Please sign in to comment.