From 12bb96b025b082c9d1ca7060d920154ce38f8ac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 05:17:25 +0000 Subject: [PATCH] Bump chromaui/action from 11.22.2 to 11.24.0 Bumps [chromaui/action](https://github.com/chromaui/action) from 11.22.2 to 11.24.0. - [Release notes](https://github.com/chromaui/action/releases) - [Commits](https://github.com/chromaui/action/compare/v11.22.2...v11.24.0) --- updated-dependencies: - dependency-name: chromaui/action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2c1275b51b..758c68a7d2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -319,7 +319,7 @@ jobs: run: npm run build working-directory: assets - name: Publish to Chromatic - uses: chromaui/action@v11.22.2 + uses: chromaui/action@v11.24.0 with: workingDir: assets projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}