From 31c19788e0b8e5f081fa27d50910a56a2ace36e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:15:45 +0000 Subject: [PATCH] :arrow_up: Bump actions/cache from 2 to 2.1.5 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...v2.1.5) 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 d637264..67c0b76 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.5 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 67d3b94..e79d576 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 + uses: actions/cache@v2.1.5 env: cache-name: cache-node-modules with: