diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cebdd02..c3baef7 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.3 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.3 with: path: node_modules key: nodeModules-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5d4161c..2118e9d 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.3 with: path: node_modules key: nodeModules-${{ hashFiles('**/yarn.lock') }}