diff --git a/.github/workflows/frontend_chromatic_main.yml b/.github/workflows/frontend_chromatic_main.yml index b6d051404f6..bfeb46d519f 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@95f238da20415287a1a877fecec79290ad2a7e0c + uses: chromaui/action@c6e348fcea252c75f99c90db328cc5c98a7dd534 with: workingDir: frontend-react token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/frontend_ci.yml b/.github/workflows/frontend_ci.yml index 328ec171966..30f26df0020 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@95f238da20415287a1a877fecec79290ad2a7e0c + uses: chromaui/action@c6e348fcea252c75f99c90db328cc5c98a7dd534 with: workingDir: frontend-react token: ${{ secrets.GITHUB_TOKEN }}