From 12eedd03cebaf36521f6f16ca8afe05d9149c4fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 06:15:03 +0000 Subject: [PATCH] Bump actions/cache from v2.1.4 to v2.1.5 Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8) Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/npm-publish.yml | 2 +- .github/workflows/package-audit.yml | 2 +- .github/workflows/pr.yml | 2 +- .github/workflows/push-tag.yml | 2 +- .github/workflows/sonarscan.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 30f72c0..8566156 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: node-version: ${{ matrix.node }} - name: Cache Node modules - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 767cc9a..f032352 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -35,7 +35,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Cache Node modules - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/package-audit.yml b/.github/workflows/package-audit.yml index 2b8947d..a7c178b 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.4 + uses: actions/cache@v2.1.5 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 332d44e..fd547a7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -25,7 +25,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Cache Node modules - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/push-tag.yml b/.github/workflows/push-tag.yml index 0e16f46..efc12fe 100644 --- a/.github/workflows/push-tag.yml +++ b/.github/workflows/push-tag.yml @@ -22,7 +22,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Cache Node modules - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/sonarscan.yml b/.github/workflows/sonarscan.yml index c061652..6003de1 100644 --- a/.github/workflows/sonarscan.yml +++ b/.github/workflows/sonarscan.yml @@ -25,7 +25,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Cache Node modules - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 env: cache-name: cache-node-modules with: