From 24f315fa7f024dd937a4c4fc320ae5b793af02bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 23:28:30 +0000 Subject: [PATCH] build(deps): bump chromaui/action from 11.4.0 to 11.7.0 Bumps [chromaui/action](https://github.com/chromaui/action) from 11.4.0 to 11.7.0. - [Release notes](https://github.com/chromaui/action/releases) - [Commits](https://github.com/chromaui/action/compare/57a72947e9d7a6d213906cd506276c707e0c580f...fdbe7756d4dbf493e2fbb822df73be7accd07e1c) --- updated-dependencies: - dependency-name: chromaui/action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 076bc6423..f1ed700a6 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -56,7 +56,7 @@ jobs: path: storybook-static - name: Publish to Chromatic - uses: chromaui/action@57a72947e9d7a6d213906cd506276c707e0c580f # v11.4.0 + uses: chromaui/action@fdbe7756d4dbf493e2fbb822df73be7accd07e1c # v11.7.0 if: | github.event.pull_request.draft == false && github.action != 'dependabot[bot]'