diff --git a/.github/workflows/pr-check_redirects.yml b/.github/workflows/pr-check_redirects.yml index 055d2e218bd57b2..cb18ec889983469 100644 --- a/.github/workflows/pr-check_redirects.yml +++ b/.github/workflows/pr-check_redirects.yml @@ -21,7 +21,7 @@ jobs: node-version: "12" - name: Cache node_modules - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.2.0 id: cached-node_modules with: path: | diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index cfe92c8733c5e92..4db2c86d1bce6b4 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -29,7 +29,7 @@ jobs: node-version: "12" - name: Cache node_modules - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.2.0 id: cached-node_modules with: path: | diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 351ad307c5374df..70053a2d30db443 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -20,7 +20,7 @@ jobs: node-version: "12" - name: Cache node_modules - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.2.0 id: cached-node_modules with: path: |