From 91851ec881a99541355ad4d665f775ee0e15dfcc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:45:23 +0100 Subject: [PATCH] ci(deps): update chromaui/action action to v11 (#344) --- .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 7754a2c7..bc21262c 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -26,7 +26,7 @@ jobs: - run: yarn install --immutable - name: Publish to Chromatic - uses: chromaui/action@v10 + uses: chromaui/action@v11 with: buildScriptName: storybook:build exitOnceUploaded: true