From 1dcc7abc10cb5fe4c26cf39040f306718fde600c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 22 Nov 2020 23:18:44 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v2 --- .github/workflows/nodejs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 92773d6..b1fd754 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -15,7 +15,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Cache node modules - uses: actions/cache@v1 + uses: actions/cache@v2 id: cache with: path: node_modules @@ -37,7 +37,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Retrieve node modules from cache - uses: actions/cache@v1 + uses: actions/cache@v2 id: cache with: path: node_modules @@ -58,7 +58,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Retrieve node modules from cache - uses: actions/cache@v1 + uses: actions/cache@v2 id: cache with: path: node_modules