From 97983b71619f14c96ecadde3c00877fe0b6c43ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 10:05:38 +0100 Subject: [PATCH] chore(deps): update actions/cache action to v3 (#10354) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 20 ++++++++++---------- .github/workflows/windows.yml | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 89d8716b25..a7e767b887 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: - name: cache node_modules id: node_modules_cache_id - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | node_modules @@ -48,7 +48,7 @@ jobs: run: yarn --check-files --frozen-lockfile --non-interactive - name: cache workspace - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | node_modules @@ -74,7 +74,7 @@ jobs: uses: actions/checkout@master - name: restore workspace cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | node_modules @@ -107,7 +107,7 @@ jobs: uses: actions/checkout@master - name: restore workspace cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | node_modules @@ -138,7 +138,7 @@ jobs: uses: actions/checkout@master - name: restore workspace cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | node_modules @@ -178,7 +178,7 @@ jobs: uses: actions/checkout@master - name: restore workspace cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | node_modules @@ -214,7 +214,7 @@ jobs: uses: actions/checkout@master - name: restore workspace cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | node_modules @@ -251,7 +251,7 @@ jobs: uses: actions/checkout@master - name: restore workspace cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | node_modules @@ -288,7 +288,7 @@ jobs: uses: actions/checkout@master - name: restore workspace cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | node_modules @@ -326,7 +326,7 @@ jobs: run: git fetch --depth=1 origin "+refs/tags/*:refs/tags/*" - name: restore workspace cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | node_modules diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 141177e14f..ec0496ff61 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -30,7 +30,7 @@ jobs: - name: cache node_modules id: node_modules_cache_id - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | node_modules @@ -42,7 +42,7 @@ jobs: run: yarn --check-files --frozen-lockfile --non-interactive - name: cache workspace - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | node_modules @@ -72,7 +72,7 @@ jobs: uses: actions/checkout@master - name: restore workspace cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | node_modules @@ -106,7 +106,7 @@ jobs: uses: actions/checkout@master - name: restore workspace cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | node_modules @@ -145,7 +145,7 @@ jobs: uses: actions/checkout@master - name: restore workspace cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | node_modules