From a570bf8e3868ebbff7ba50d05d1243c3737c5546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 13:15:38 +0000 Subject: [PATCH] build(deps): bump chromaui/action from 17.5.0 to 18.0.1 Bumps [chromaui/action](https://github.com/chromaui/action) from 17.5.0 to 18.0.1. - [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/7804f34e4e59c0d9b3c856848f46ad96d7897429...94713c544284a14195de3b50ef24301579f1877e) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: 18.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/chromatic-skip.yml | 2 +- .github/workflows/chromatic.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chromatic-skip.yml b/.github/workflows/chromatic-skip.yml index d2ba04c30..7632f7969 100644 --- a/.github/workflows/chromatic-skip.yml +++ b/.github/workflows/chromatic-skip.yml @@ -35,7 +35,7 @@ jobs: run: npm ci - name: Publish to Chromatic - uses: chromaui/action@7804f34e4e59c0d9b3c856848f46ad96d7897429 # v17.5.0 + uses: chromaui/action@94713c544284a14195de3b50ef24301579f1877e # v18.0.1 with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} skip: true diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 84417d2c0..09841b4f1 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -37,6 +37,6 @@ jobs: run: npm run build-style-dictionary - name: Publish to Chromatic - uses: chromaui/action@7804f34e4e59c0d9b3c856848f46ad96d7897429 # v17.5.0 + uses: chromaui/action@94713c544284a14195de3b50ef24301579f1877e # v18.0.1 with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}