From 8ca11a6c83ccd83b96cda77d4b7ff6951fcf8468 Mon Sep 17 00:00:00 2001 From: Andy <69682837+andyv09@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:04:09 +0100 Subject: [PATCH] Update chromatic.yml --- .github/workflows/chromatic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index b19fa0c..20adcb9 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -17,6 +17,6 @@ jobs: - name: Install dependencies run: yarn - name: Run Chromatic - uses: chromaui/action@latest + uses: chromaui/action@v1 with: - projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} \ No newline at end of file + projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}