From e99d6829604b90541e0bd33c426583565ac60167 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 12 Apr 2022 12:59:51 +0200 Subject: [PATCH] chore(deps): update actions/cache action to v3 (#955) Co-authored-by: Valentin Marchaud Co-authored-by: Rauno Viskus --- .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 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