From e3aea0745e7e632bc824e9e12fa69e7eaae97e7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 10:19:42 +0200 Subject: [PATCH] chore(deps): bump chromaui/action from 10 to 11 (#5208) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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> Co-authored-by: Sébastien Romain --- .github/workflows/visual-testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/visual-testing.yml b/.github/workflows/visual-testing.yml index 3903854f18..74cefbfe47 100644 --- a/.github/workflows/visual-testing.yml +++ b/.github/workflows/visual-testing.yml @@ -41,7 +41,7 @@ jobs: - name: Publish PR to DS Chromatic if: github.ref != 'refs/heads/master' # https://github.com/chromaui/chromatic-cli/issues/739 - uses: chromaui/action@v10 + uses: chromaui/action@v11 with: token: ${{ secrets.GITHUB_TOKEN }} projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} @@ -53,7 +53,7 @@ jobs: - name: Publish Master to DS Chromatic if: github.ref == 'refs/heads/master' # https://github.com/chromaui/chromatic-cli/issues/739 - uses: chromaui/action@v10 + uses: chromaui/action@v11 with: token: ${{ secrets.GITHUB_TOKEN }} projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}