From 09628fc809ef381d5f5bdaec074e2307e83d8e4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 02:05:15 +0000 Subject: [PATCH] chore(deps): update chromaui/action action to v11.10.3 (#5134) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 0385a5c73aa..ab9a706d0c7 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -74,7 +74,7 @@ jobs: run: pnpm install --frozen-lockfile --prefer-offline && pnpm run build # 👇 Adds Chromatic as a step in the workflow - name: Publish to Chromatic - uses: chromaui/action@6eca23b4399151ac2cfc17fa95190d807c7e9519 # v11.10.2 + uses: chromaui/action@c883154c39671e194613be2f09ff4d17bb95f1e6 # v11.10.3 # Chromatic GitHub Action options with: # 👇 Chromatic projectToken, refer to the manage page to obtain it.