From 30e0d775b57d7d5938b76b7277f2eacfadcb4d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:34:00 +0000 Subject: [PATCH] build(deps): bump chromaui/action in /.github/workflows Bumps [chromaui/action](https://github.com/chromaui/action) from 11.10.2 to 11.18.0. - [Release notes](https://github.com/chromaui/action/releases) - [Commits](https://github.com/chromaui/action/compare/v11.10.2...v11.18.0) --- updated-dependencies: - dependency-name: chromaui/action dependency-type: direct:production update-type: version-update:semver-minor ... 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 ecd65b4..e59b12b 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.10.2 + - uses: chromaui/action@v11.18.0 with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}