Skip to content

Commit 0a96407

Browse files
Bump chromaui/action from 11 to 12
Bumps [chromaui/action](https://github.com/chromaui/action) from 11 to 12. - [Release notes](https://github.com/chromaui/action/releases) - [Commits](chromaui/action@v11...v12) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: '12' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 577b795 commit 0a96407

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deployment-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Create jest results
3333
run: yarn test:generate-output
3434
- name: Publish to Chromatic
35-
uses: chromaui/action@v11
35+
uses: chromaui/action@v12
3636
with:
3737
token: ${{ secrets.GITHUB_TOKEN }}
3838
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

.github/workflows/push-tagged-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# publish storybook only for final releases -- for other pre-releases the storybook has a link in PR
6464
if: ${{ inputs.onlyNpmPush != true && inputs.sectionChangelog != 'Unreleased' }}
6565
id: chromatic-upload
66-
uses: chromaui/action@v11
66+
uses: chromaui/action@v12
6767
with:
6868
token: ${{ secrets.GITHUB_TOKEN }}
6969
projectToken: ${{ secrets.chromaticToken }}

0 commit comments

Comments
 (0)