From 9391f2b004ac621e37de0aafed44d568618c1a02 Mon Sep 17 00:00:00 2001 From: dhis2-bot Date: Mon, 8 Nov 2021 00:00:34 +0000 Subject: [PATCH] chore(deps): update c-hive/gha-yarn-cache action to v2 --- .github/workflows/dhis2-deploy-netlify.yml | 2 +- .github/workflows/dhis2-verify-node.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dhis2-deploy-netlify.yml b/.github/workflows/dhis2-deploy-netlify.yml index f76cea17..fde2ae7f 100644 --- a/.github/workflows/dhis2-deploy-netlify.yml +++ b/.github/workflows/dhis2-deploy-netlify.yml @@ -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 diff --git a/.github/workflows/dhis2-verify-node.yml b/.github/workflows/dhis2-verify-node.yml index cbe9d94f..8b54700b 100755 --- a/.github/workflows/dhis2-verify-node.yml +++ b/.github/workflows/dhis2-verify-node.yml @@ -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 @@ -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 @@ -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