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
dhis2-bot committed Nov 8, 2021
1 parent 2129f73 commit 9391f2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dhis2-deploy-netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
node-version: 12.x

- uses: c-hive/gha-yarn-cache@v1
- uses: c-hive/gha-yarn-cache@v2
- run: yarn install --frozen-lockfile

- run: yarn build:docs
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dhis2-verify-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
node-version: 12.x

- uses: c-hive/gha-yarn-cache@v1
- uses: c-hive/gha-yarn-cache@v2
- run: yarn install --frozen-lockfile

- name: Lint
Expand All @@ -42,7 +42,7 @@ jobs:
with:
node-version: 12.x

- uses: c-hive/gha-yarn-cache@v1
- uses: c-hive/gha-yarn-cache@v2
- run: yarn install --frozen-lockfile

- name: Test
Expand All @@ -60,7 +60,7 @@ jobs:
with:
node-version: 12.x

- uses: c-hive/gha-yarn-cache@v1
- uses: c-hive/gha-yarn-cache@v2
- run: yarn install --frozen-lockfile

- uses: dhis2/action-semantic-release@master
Expand Down

0 comments on commit 9391f2b

Please sign in to comment.