From d928f7607cda460564bfdaa27528373bfb33ec11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 01:17:20 +0000 Subject: [PATCH] Bump chromaui/action from 11.15.0 to 11.16.3 Bumps [chromaui/action](https://github.com/chromaui/action) from 11.15.0 to 11.16.3. - [Release notes](https://github.com/chromaui/action/releases) - [Commits](https://github.com/chromaui/action/compare/v11.15.0...v11.16.3) --- updated-dependencies: - dependency-name: chromaui/action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 5422fe07f6d..2e6552d6791 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -61,7 +61,7 @@ jobs: pnpm build - name: "Publish Storybook: all" - uses: chromaui/action@v11.15.0 + uses: chromaui/action@v11.16.3 with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} # Auto-accept UI Tests on Chromatic platform.