From e8a398bb5485c3293d0b89f62bdb684ce2aca835 Mon Sep 17 00:00:00 2001 From: Martin Stievenart Date: Wed, 10 Apr 2024 14:08:07 +0200 Subject: [PATCH] ci: use latest version of chromaui/action --- .github/workflows/chromatic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 0cb690e15..100f83509 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -22,7 +22,7 @@ jobs: - run: npm ci - run: npm run build - name: Publish to Chromatic - uses: chromaui/action@v1 + uses: chromaui/action@latest with: token: ${{ secrets.GITHUB_TOKEN }} projectToken: 2af88e64d1ab