From 63769a7841dea34c825dd74493a8a530eeb6ac29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 20:14:27 +0000 Subject: [PATCH] Bump chromaui/action from 11.10.4 to 11.18.1 Bumps [chromaui/action](https://github.com/chromaui/action) from 11.10.4 to 11.18.1. - [Release notes](https://github.com/chromaui/action/releases) - [Commits](https://github.com/chromaui/action/compare/f4e60a7072abcac4203f4ca50613f28e199a52ba...cc4a9a72ee6bac758b62914910a7dbb3bcc3b0a2) --- 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 3be72354c75..b121798d8aa 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@cc4a9a72ee6bac758b62914910a7dbb3bcc3b0a2 with: workingDir: frontend-react token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/frontend_ci.yml b/.github/workflows/frontend_ci.yml index 1ca0e2e4c9d..a732fd04a05 100644 --- a/.github/workflows/frontend_ci.yml +++ b/.github/workflows/frontend_ci.yml @@ -350,7 +350,7 @@ jobs: - name: Run Chromatic id: chromatic - uses: chromaui/action@f4e60a7072abcac4203f4ca50613f28e199a52ba + uses: chromaui/action@cc4a9a72ee6bac758b62914910a7dbb3bcc3b0a2 with: workingDir: frontend-react token: ${{ secrets.GITHUB_TOKEN }}