Skip to content

Commit d1b060e

Browse files
chore(deps): bump chromaui/action from 15.3.1 to 16.0.0 (#5768)
Bumps [chromaui/action](https://github.com/chromaui/action) from 15.3.1 to 16.0.0. - [Release notes](https://github.com/chromaui/action/releases) - [Changelog](https://github.com/chromaui/action/blob/main/CHANGELOG.md) - [Commits](chromaui/action@eea1606...f191a02) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: 16.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 14c0a64 commit d1b060e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/visual-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Publish PR to DS Chromatic
4242
if: github.ref != 'refs/heads/master'
4343
# https://github.com/chromaui/chromatic-cli/issues/739
44-
uses: chromaui/action@eea1606238fd97a70b5af723d103953d1f40967b #v15
44+
uses: chromaui/action@f191a0224b10e1a38b2091cefb7b7a2337009116 #v16.0.0
4545
with:
4646
token: ${{ secrets.GITHUB_TOKEN }}
4747
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
@@ -53,7 +53,7 @@ jobs:
5353
- name: Publish Master to DS Chromatic
5454
if: github.ref == 'refs/heads/master'
5555
# https://github.com/chromaui/chromatic-cli/issues/739
56-
uses: chromaui/action@eea1606238fd97a70b5af723d103953d1f40967b #v15
56+
uses: chromaui/action@f191a0224b10e1a38b2091cefb7b7a2337009116 #v16.0.0
5757
with:
5858
token: ${{ secrets.GITHUB_TOKEN }}
5959
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

0 commit comments

Comments
 (0)