From 5d1fd62948ba7d5d3a22a4a095ca5a1eefe7a9bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 11:40:13 +0000 Subject: [PATCH] chore(deps): bump chromaui/action from 13.3.5 to 16.0.0 Bumps [chromaui/action](https://github.com/chromaui/action) from 13.3.5 to 16.0.0. - [Release notes](https://github.com/chromaui/action/releases) - [Changelog](https://github.com/chromaui/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/chromaui/action/compare/v13.3.5...v16.0.0) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: 16.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/chromatic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chromatic.yaml b/.github/workflows/chromatic.yaml index f96d7d4d..e9b40c23 100644 --- a/.github/workflows/chromatic.yaml +++ b/.github/workflows/chromatic.yaml @@ -72,7 +72,7 @@ jobs: - name: Publish to Chromatic id: publish - uses: chromaui/action@v13.3.5 + uses: chromaui/action@v16.0.0 with: workingDir: ${{ inputs.working-directory }} projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}