From 1d082feb29b30897eaaaf2c7f183242c5187b5dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Apr 2021 09:02:33 +0000 Subject: [PATCH] chore: 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/node-js-ci.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/node-js-ci.yml b/.github/workflows/node-js-ci.yml index c1a2a827c6..684ea1b1f0 100644 --- a/.github/workflows/node-js-ci.yml +++ b/.github/workflows/node-js-ci.yml @@ -43,7 +43,7 @@ jobs: node-version: [12.x, 14.x] steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v2.1.5 env: cache-name: cache-node-modules with: @@ -70,7 +70,7 @@ jobs: matrix: node-version: [12.x, 14.x] steps: - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v2.1.5 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3924a70dea..1b88d433c2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: node-version: [12.x, 14.x] steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v2.1.5 env: cache-name: cache-node-modules with: @@ -70,7 +70,7 @@ jobs: matrix: node-version: [12.x, 14.x] steps: - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v2.1.5 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }}