From cc94afffe0f172d2503aef930b7b38341583f0d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:51:09 +0000 Subject: [PATCH] Bump chromaui/action from 11.10.4 to 11.14.0 Bumps [chromaui/action](https://github.com/chromaui/action) from 11.10.4 to 11.14.0. - [Release notes](https://github.com/chromaui/action/releases) - [Commits](https://github.com/chromaui/action/compare/f4e60a7072abcac4203f4ca50613f28e199a52ba...73c1618d65ac0039fa5b8a94e400c905a3821f39) --- updated-dependencies: - dependency-name: chromaui/action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/frontend_chromatic_main.yml | 2 +- .github/workflows/frontend_ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/frontend_chromatic_main.yml b/.github/workflows/frontend_chromatic_main.yml index 7ca6151a5df..fabd52203da 100644 --- a/.github/workflows/frontend_chromatic_main.yml +++ b/.github/workflows/frontend_chromatic_main.yml @@ -32,7 +32,7 @@ jobs: run: yarn install --immutable - name: Run Chromatic - uses: chromaui/action@f4e60a7072abcac4203f4ca50613f28e199a52ba + uses: chromaui/action@73c1618d65ac0039fa5b8a94e400c905a3821f39 with: workingDir: frontend-react token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/frontend_ci.yml b/.github/workflows/frontend_ci.yml index 55aacb3d022..c6c150eb327 100644 --- a/.github/workflows/frontend_ci.yml +++ b/.github/workflows/frontend_ci.yml @@ -247,7 +247,7 @@ jobs: - name: Run Chromatic id: chromatic - uses: chromaui/action@f4e60a7072abcac4203f4ca50613f28e199a52ba + uses: chromaui/action@73c1618d65ac0039fa5b8a94e400c905a3821f39 with: workingDir: frontend-react token: ${{ secrets.GITHUB_TOKEN }}