From 1bfab8f223fc3aa7fb5f6e4fe86435c9e0e75765 Mon Sep 17 00:00:00 2001 From: Andrea Pregnolato Date: Tue, 3 Sep 2024 18:24:24 +0200 Subject: [PATCH] chore: improve actions --- .github/workflows/chromatic.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index d9918d4dd..2fd801171 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -70,6 +70,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup Node uses: actions/setup-node@v4 @@ -99,6 +101,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup Node uses: actions/setup-node@v4