From 28fe541d45883a491ab34b3426b0de401dcb8515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 06:28:21 +0000 Subject: [PATCH] Bump c-hive/gha-npm-cache from 1 to 1.0.2 Bumps [c-hive/gha-npm-cache](https://github.com/c-hive/gha-npm-cache) from 1 to 1.0.2. - [Release notes](https://github.com/c-hive/gha-npm-cache/releases) - [Commits](https://github.com/c-hive/gha-npm-cache/compare/v1...v1.0.2) Signed-off-by: dependabot[bot] --- .github/workflows/node.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index c3caaa4..c2dcc67 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -19,7 +19,7 @@ jobs: with: node-version: 14 - name: Cache node modules - uses: c-hive/gha-npm-cache@v1 + uses: c-hive/gha-npm-cache@v1.0.2 - name: Install dependencies run: npm ci - name: Run lint command @@ -36,7 +36,7 @@ jobs: with: node-version: 14 - name: Cache node modules - uses: c-hive/gha-npm-cache@v1 + uses: c-hive/gha-npm-cache@v1.0.2 - name: Install dependencies run: npm ci - name: Run build command diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eea1f40..d2ea5cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: with: node-version: 14 - name: Cache node modules - uses: c-hive/gha-npm-cache@v1 + uses: c-hive/gha-npm-cache@v1.0.2 - name: Install dependencies run: npm ci - name: Run lint command @@ -34,7 +34,7 @@ jobs: with: node-version: 14 - name: Cache node modules - uses: c-hive/gha-npm-cache@v1 + uses: c-hive/gha-npm-cache@v1.0.2 - name: Install dependencies run: npm ci - name: Run build command