From 815c4cf1f0a126e7d326f2882efde3d527a1165e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 14:31:02 -0700 Subject: [PATCH] chore(deps): update actions/cache action to v3 (#5003) Co-authored-by: Renovate Bot --- .github/workflows/ci.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 32e2ead38..433132b37 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,7 @@ jobs: - name: Fetch dependencies from cache id: cache-yarn - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: "**/node_modules" key: yarn-build-${{ hashFiles('**/yarn.lock') }} @@ -81,7 +81,7 @@ jobs: - name: Fetch dependencies from cache id: cache-yarn - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: "**/node_modules" key: yarn-build-${{ hashFiles('**/yarn.lock') }} @@ -117,7 +117,7 @@ jobs: - name: Fetch dependencies from cache id: cache-yarn - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: "**/node_modules" key: yarn-build-${{ hashFiles('**/yarn.lock') }} @@ -140,7 +140,7 @@ jobs: - name: Fetch Code build from cache id: cache-vscode-2 - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | lib/vscode/.build @@ -430,7 +430,7 @@ jobs: - name: Fetch dependencies from cache id: cache-yarn - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: "**/node_modules" key: yarn-build-${{ hashFiles('**/yarn.lock') }}