From 6a1dee2d48bda0d0d7bbb5f7027cbb8fa31cc417 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 12:15:17 +0000 Subject: [PATCH] build(deps): bump actions/cache from v1 to v2.1.4 Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v1...26968a09c0ea4f3e233fdddbafd1166051a095f6) Signed-off-by: dependabot[bot] --- .github/workflows/auto-updater.yml | 2 +- .github/workflows/branch-imager.yml | 2 +- .github/workflows/continuous-deployment.yml | 14 +++++++------- .github/workflows/continuous-integration.yml | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/auto-updater.yml b/.github/workflows/auto-updater.yml index 04a073069..993da3544 100644 --- a/.github/workflows/auto-updater.yml +++ b/.github/workflows/auto-updater.yml @@ -18,7 +18,7 @@ jobs: with: node-version: 15 - name: Restore CI Cache - uses: actions/cache@v1 + uses: actions/cache@v2.1.4 with: path: node_modules key: ${{ runner.os }}-15-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/branch-imager.yml b/.github/workflows/branch-imager.yml index f7f07c823..f4f66585c 100644 --- a/.github/workflows/branch-imager.yml +++ b/.github/workflows/branch-imager.yml @@ -42,7 +42,7 @@ jobs: with: node-version: 15 - name: Restore CI Cache - uses: actions/cache@v1 + uses: actions/cache@v2.1.4 with: path: node_modules key: ${{ runner.os }}-15-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index b2fede3d9..ad49f6c36 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -45,7 +45,7 @@ jobs: with: node-version: 15 - name: Restore CI Cache - uses: actions/cache@v1 + uses: actions/cache@v2.1.4 with: path: node_modules key: ${{ runner.os }}-15-${{ hashFiles('**/yarn.lock') }} @@ -97,7 +97,7 @@ jobs: with: node-version: 15 - name: Restore CI Cache - uses: actions/cache@v1 + uses: actions/cache@v2.1.4 with: path: node_modules key: ${{ runner.os }}-15-${{ hashFiles('**/yarn.lock') }} @@ -119,7 +119,7 @@ jobs: with: node-version: 15 - name: Restore CI Cache - uses: actions/cache@v1 + uses: actions/cache@v2.1.4 with: path: node_modules key: ${{ runner.os }}-15-${{ hashFiles('**/yarn.lock') }} @@ -190,7 +190,7 @@ jobs: with: node-version: 15 - name: Restore CI Cache - uses: actions/cache@v1 + uses: actions/cache@v2.1.4 with: path: node_modules key: ${{ runner.os }}-15-${{ hashFiles('**/yarn.lock') }} @@ -223,7 +223,7 @@ jobs: with: node-version: 15 - name: Restore CI Cache - uses: actions/cache@v1 + uses: actions/cache@v2.1.4 with: path: node_modules key: ${{ runner.os }}-15-${{ hashFiles('**/yarn.lock') }} @@ -284,7 +284,7 @@ jobs: with: name: changelog_bundle - name: Restore CI Cache - uses: actions/cache@v1 + uses: actions/cache@v2.1.4 with: path: node_modules key: ${{ runner.os }}-15-${{ hashFiles('**/yarn.lock') }} @@ -323,7 +323,7 @@ jobs: with: name: changelog_bundle - name: Restore CI Cache - uses: actions/cache@v1 + uses: actions/cache@v2.1.4 with: path: node_modules key: ${{ runner.os }}-15-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 780a7a6c8..5e5528b97 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -45,7 +45,7 @@ jobs: with: node-version: 15 - name: Restore CI Cache - uses: actions/cache@v1 + uses: actions/cache@v2.1.4 with: path: node_modules key: ${{ runner.os }}-15-${{ hashFiles('**/yarn.lock') }} @@ -97,7 +97,7 @@ jobs: with: node-version: 15 - name: Restore CI Cache - uses: actions/cache@v1 + uses: actions/cache@v2.1.4 with: path: node_modules key: ${{ runner.os }}-15-${{ hashFiles('**/yarn.lock') }} @@ -119,7 +119,7 @@ jobs: with: node-version: 15 - name: Restore CI Cache - uses: actions/cache@v1 + uses: actions/cache@v2.1.4 with: path: node_modules key: ${{ runner.os }}-15-${{ hashFiles('**/yarn.lock') }}