From cbee6fe31a6b699a2e113a110d42da0dd8d84b00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Mar 2021 07:38:39 -0700 Subject: [PATCH] chore(deps): bump actions/cache from v2 to v2.1.4 (#2158) Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/continuous-delivery.yaml | 2 +- .github/workflows/continuous-integration.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/continuous-delivery.yaml b/.github/workflows/continuous-delivery.yaml index 774df406e..96b2db72b 100644 --- a/.github/workflows/continuous-delivery.yaml +++ b/.github/workflows/continuous-delivery.yaml @@ -22,7 +22,7 @@ jobs: with: node-version: 12 - name: Cache npm dependencies - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: key: npm-${{ hashFiles('package-lock.json') }} path: ~/.npm diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index e7780d64c..8f4210acc 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -29,7 +29,7 @@ jobs: with: node-version: 12 - name: Cache npm dependencies - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: key: npm-${{ hashFiles('package-lock.json') }} path: ~/.npm @@ -59,7 +59,7 @@ jobs: with: node-version: 12 - name: Cache npm dependencies - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: key: npm-${{ hashFiles('package-lock.json') }} path: ~/.npm @@ -82,7 +82,7 @@ jobs: with: node-version: 12 - name: Cache npm dependencies - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: key: npm-${{ hashFiles('package-lock.json') }} path: ~/.npm @@ -105,7 +105,7 @@ jobs: with: node-version: 12 - name: Cache npm dependencies - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: key: npm-${{ hashFiles('package-lock.json') }} path: ~/.npm @@ -139,7 +139,7 @@ jobs: # https://github.com/actions/cache/issues/187 is fixed. if: runner.os == 'Linux' name: Cache npm dependencies - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: path: ${{ steps.npm-cache.outputs.dir }} key: |