From e19d8467e1dd8ef2fbe2172ee3eeb40d50fbfb36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 10:35:33 +0100 Subject: [PATCH] chore(deps): update actions/cache action to v3 (#3811) Co-authored-by: Renovate Bot --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c481d17c7..6c43ee11f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: run: yarn build - name: Cache dist - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: packages/*/dist key: ${{ matrix.os }}-node-v${{ matrix.node }}-${{ github.sha }} @@ -133,7 +133,7 @@ jobs: run: yarn --immutable - name: Restore dist cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: packages/*/dist key: ${{ matrix.os }}-node-v${{ matrix.node }}-${{ github.sha }} @@ -171,7 +171,7 @@ jobs: run: yarn --immutable - name: Restore dist cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: packages/*/dist key: ${{ matrix.os }}-node-v${{ matrix.node }}-${{ github.sha }}