From 42afb21d5531ca63059a9f298af672071285b422 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 11:45:17 -0400 Subject: [PATCH] chore(deps): update actions/cache action to v3 (#33) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 60f1d1c..9bfe414 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: id: node-setup with: node-version: ${{ env.NODE_VERSION }} - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: cache-restore with: path: | @@ -37,7 +37,7 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} - name: Yarn cache - uses: actions/cache@v2 + uses: actions/cache@v3 id: yarn-cache-restore with: path: | @@ -58,14 +58,14 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} - name: Yarn cache - uses: actions/cache@v2 + uses: actions/cache@v3 id: yarn-cache-restore with: path: | .yarn key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}-${{ env.NODE_VERSION }} - name: Parcel cache - uses: actions/cache@v2 + uses: actions/cache@v3 id: parcel-cache-restore with: path: | @@ -91,7 +91,7 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} - name: Yarn cache - uses: actions/cache@v2 + uses: actions/cache@v3 id: yarn-cache-restore with: path: | @@ -136,7 +136,7 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} - name: Yarn cache - uses: actions/cache@v2 + uses: actions/cache@v3 id: yarn-cache-restore with: path: |