From 984e0248bc0ad95ca3081ba471df1f20aa0f5e8a Mon Sep 17 00:00:00 2001 From: Mike Deverell Date: Sun, 19 Jul 2020 15:21:56 -0400 Subject: [PATCH] deps: upgrade actions/cache to v2 in all templates (#750) --- templates/basic/.github/workflows/main.yml | 2 +- templates/react-with-storybook/.github/workflows/main.yml | 2 +- templates/react/.github/workflows/main.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/basic/.github/workflows/main.yml b/templates/basic/.github/workflows/main.yml index 11023c28f..3ce3e4023 100644 --- a/templates/basic/.github/workflows/main.yml +++ b/templates/basic/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: node-version: 12.x - name: Use cached node_modules - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: node_modules key: nodeModules-${{ hashFiles('**/yarn.lock') }} diff --git a/templates/react-with-storybook/.github/workflows/main.yml b/templates/react-with-storybook/.github/workflows/main.yml index 11023c28f..3ce3e4023 100644 --- a/templates/react-with-storybook/.github/workflows/main.yml +++ b/templates/react-with-storybook/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: node-version: 12.x - name: Use cached node_modules - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: node_modules key: nodeModules-${{ hashFiles('**/yarn.lock') }} diff --git a/templates/react/.github/workflows/main.yml b/templates/react/.github/workflows/main.yml index 11023c28f..3ce3e4023 100644 --- a/templates/react/.github/workflows/main.yml +++ b/templates/react/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: node-version: 12.x - name: Use cached node_modules - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: node_modules key: nodeModules-${{ hashFiles('**/yarn.lock') }}