diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 82d9dd2..2476ae0 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -62,7 +62,7 @@ jobs: run: mkdir -p ${{ env.ARTIFACT_DIR }} - name: Restore yarn cache id: yarn-cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ./.yarn @@ -107,7 +107,7 @@ jobs: run: mkdir -p ${{ env.ARTIFACT_DIR }} - name: Restore yarn cache id: yarn-cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ./.yarn diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6597372..40c77ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: run: mkdir -p ${{ env.ARTIFACT_DIR }} - name: Restore yarn cache id: yarn-cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ./.yarn