From 74d5d9bced523b7b493bcb434b3de3a0976411e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 06:43:03 +0100 Subject: [PATCH] chore(deps): bump actions/cache from v2 to v2.1.4 --- .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 035ee8ed..ea0dc37b 100644 --- a/.github/workflows/continuous-delivery.yaml +++ b/.github/workflows/continuous-delivery.yaml @@ -20,7 +20,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2.1.4 - name: Cache 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 78a4a6ba..61d1c0cb 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -22,7 +22,7 @@ jobs: with: node-version: 12 - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: key: npm-${{ hashFiles('./package-lock.json') }} path: ~/.npm @@ -46,7 +46,7 @@ jobs: with: node-version: 12 - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: key: npm-${{ hashFiles('./package-lock.json') }} path: ~/.npm @@ -70,7 +70,7 @@ jobs: with: node-version: 12 - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: key: npm-${{ hashFiles('./package-lock.json') }} path: ~/.npm @@ -94,7 +94,7 @@ jobs: with: node-version: 12 - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: key: npm-${{ hashFiles('./package-lock.json') }} path: ~/.npm @@ -122,7 +122,7 @@ jobs: with: node-version: 12 - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: key: npm-${{ hashFiles('./package-lock.json') }} path: ~/.npm