From 5f7ee1af2d62700dfbb6dfb0e8be48ce8a6cd049 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 05:25:21 +0000 Subject: [PATCH] Bump actions/cache from 2.1.5 to 2.1.6 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6) Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/npm-publish.yml | 2 +- .github/workflows/package-audit.yml | 2 +- .github/workflows/push-tag.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 38139a6..47fb5b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: run: npm i -g npm@latest - name: Cache Node modules - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index d794e5d..4df0bbc 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -31,7 +31,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Cache Node modules - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/package-audit.yml b/.github/workflows/package-audit.yml index d51d809..680e6cf 100644 --- a/.github/workflows/package-audit.yml +++ b/.github/workflows/package-audit.yml @@ -50,7 +50,7 @@ jobs: registry-url: https://npm.pkg.github.com - name: Cache node modules - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/push-tag.yml b/.github/workflows/push-tag.yml index 1580628..4112647 100644 --- a/.github/workflows/push-tag.yml +++ b/.github/workflows/push-tag.yml @@ -25,7 +25,7 @@ jobs: run: npm i -g npm@latest - name: Cache Node modules - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 env: cache-name: cache-node-modules with: