From 16da14932a843c51af7fce6877f73aa3fee17fb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 07:36:22 +0000 Subject: [PATCH] :arrow_up: 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/codeql.yml | 2 +- .github/workflows/node.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 16cfdd23..f8257238 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -19,7 +19,7 @@ jobs: with: languages: javascript - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 94bdb949..7914102c 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -16,7 +16,7 @@ jobs: with: node-version: 14 - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 env: cache-name: cache-node-modules with: