From 9749cc96c342cd9631809e6bc84cc694559ef246 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 16 Aug 2022 18:03:41 -0700 Subject: [PATCH] Changes to reflect update to actions/checkout@3 --- .github/workflows/chromatic.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 1d6a81674..5fc8f4f82 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -19,8 +19,10 @@ jobs: # Job steps steps: - uses: actions/checkout@v3 - - name: Install dependencies - run: npm install --include=dev --force + - name: Check out code + with: + fetch-depth: 0 + - run: npm install --include=dev --force # 👇 Adds Chromatic as a step in the workflow - name: Publish to Chromatic uses: chromaui/action@v1