From 7cc0266fb4cd8be6c12f1a1b3fed5f0472f096bf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 25 Mar 2022 08:38:38 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3 --- .github/workflows/release-please.yml | 2 +- .github/workflows/test-all-versions.yml | 2 +- .github/workflows/unit-test.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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 eb54cbc467..8bda2c55f7 100644 --- a/.github/workflows/test-all-versions.yml +++ b/.github/workflows/test-all-versions.yml @@ -133,7 +133,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 617f6e84db..59ca6ec3d3 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -125,7 +125,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Cache Dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | node_modules @@ -175,7 +175,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Cache Dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | node_modules