diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 9ac19a04f2..8a6b806f24 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -31,7 +31,7 @@ jobs: - name: Cache Dependencies if: ${{ steps.release.outputs.releases_created }} - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | node_modules diff --git a/.github/workflows/test-all-versions.yml b/.github/workflows/test-all-versions.yml index d360f5cd94..e48b0a66e4 100644 --- a/.github/workflows/test-all-versions.yml +++ b/.github/workflows/test-all-versions.yml @@ -134,7 +134,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Cache Dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | node_modules diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 9e88f92263..d3e4fbfd2a 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -126,7 +126,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Cache Dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | node_modules @@ -176,7 +176,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Cache Dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | node_modules