From 618a9ef4011910760824568abbb9c7b8973dfe56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 06:10:57 +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/ci.yml | 4 ++-- .github/workflows/deploy.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d03fc4..628395c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Cache Dependencies - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: node_modules key: yarn-${{ hashFiles('yarn.lock') }} @@ -64,7 +64,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Cache Dependencies - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: node_modules key: yarn-${{ hashFiles('yarn.lock') }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f3342d3..15bc6b0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Cache Dependencies - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: node_modules key: yarn-${{ hashFiles('yarn.lock') }}