From bac14f87da64138baf6b5b11e2b4f4c2d4f88e23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:48:49 +0000 Subject: [PATCH] build(deps): bump chromaui/action from 11 to 13 in /.github/workflows Bumps [chromaui/action](https://github.com/chromaui/action) from 11 to 13. - [Release notes](https://github.com/chromaui/action/releases) - [Commits](https://github.com/chromaui/action/compare/v11...v13) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: '13' 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 cc46dfb..1475c12 100644 --- a/.github/workflows/chromatic.yaml +++ b/.github/workflows/chromatic.yaml @@ -38,7 +38,7 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile - - uses: chromaui/action@v11 + - uses: chromaui/action@v13 with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}