From d7f81afb2e1148945d3e49d9c15b995f4dfd3a30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 17:06:55 +0100 Subject: [PATCH] chore(deps): bump chromaui/action from 10 to 11 (#20810) Bumps [chromaui/action](https://github.com/chromaui/action) from 10 to 11. - [Release notes](https://github.com/chromaui/action/releases) - [Commits](https://github.com/chromaui/action/compare/v10...v11) --- updated-dependencies: - dependency-name: chromaui/action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/storybook-chromatic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/storybook-chromatic.yml b/.github/workflows/storybook-chromatic.yml index 4b41565140c07..a21a241ee6ae3 100644 --- a/.github/workflows/storybook-chromatic.yml +++ b/.github/workflows/storybook-chromatic.yml @@ -42,7 +42,7 @@ jobs: run: pnpm i -D chromatic - name: Publish to Chromatic - uses: chromaui/action@v10 + uses: chromaui/action@v11 id: publish with: token: ${{ secrets.GITHUB_TOKEN }}