From bdbfa79bf5fcf87879c8d848881d84822d80a75f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 05:38:24 +0000 Subject: [PATCH] :arrow_up: Bump actions/cache from 2.1.4 to 2.1.6 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.4...v2.1.6) 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 7896789..2808d8e 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.1.4 + uses: actions/cache@v2.1.6 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 70f6688..a5b7a10 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -20,7 +20,7 @@ jobs: with: version: 2.x - name: Cache node modules - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.6 env: cache-name: cache-node-modules with: