From e621a7937ae065168fe860f2a5b9b446d4d51958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 06:31:24 +0000 Subject: [PATCH] chore(deps): bump actions/cache from v2 to v2.1.4 Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6) Signed-off-by: dependabot[bot] --- .github/workflows/linter.yml | 2 +- .github/workflows/tester.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 7e99ac4..e5bb2cd 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -12,7 +12,7 @@ jobs: with: node-version: '12.x' - name: Cache NPM dependencies - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: path: node_modules key: ${{ runner.os }}-npm-cache diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index 951b677..da6c812 100644 --- a/.github/workflows/tester.yml +++ b/.github/workflows/tester.yml @@ -17,7 +17,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Cache NPM dependencies - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: path: node_modules key: ${{ runner.os }}-npm-cache @@ -41,7 +41,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Cache NPM dependencies - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: path: node_modules key: ${{ runner.os }}-npm-cache