diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cebdd02..2e0d376 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: with: node-version: 14.x - name: Use cached node_modules - uses: actions/cache@v2.1.3 + uses: actions/cache@v3.2.2 with: path: node_modules key: nodeModules-${{ hashFiles('**/yarn.lock') }} @@ -41,7 +41,7 @@ jobs: with: node-version: 14.x - name: Use cached node_modules - uses: actions/cache@v2.1.3 + uses: actions/cache@v3.2.2 with: path: node_modules key: nodeModules-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5d4161c..3646657 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: with: node-version: 14.x - name: Use cached node_modules - uses: actions/cache@v2.1.3 + uses: actions/cache@v3.2.2 with: path: node_modules key: nodeModules-${{ hashFiles('**/yarn.lock') }}