Skip to content

Commit 216c180

Browse files
chore(deps): bump chromaui/action in the actions group
Bumps the actions group with 1 update: [chromaui/action](https://github.com/chromaui/action). Updates `chromaui/action` from 16.1.0 to 16.2.0 - [Release notes](https://github.com/chromaui/action/releases) - [Changelog](https://github.com/chromaui/action/blob/main/CHANGELOG.md) - [Commits](chromaui/action@v16.1.0...v16.2.0) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: 16.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5e1205b commit 216c180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
- name: Publish to Chromatic
247247
# Requires repo secret CHROMATIC_PROJECT_TOKEN. Skipped when unset, or on fork PRs (no token access).
248248
if: ${{ env.CHROMATIC_PROJECT_TOKEN != '' && (github.event.pull_request == null || github.event.pull_request.head.repo.full_name == github.repository) }}
249-
uses: chromaui/action@v16.1.0
249+
uses: chromaui/action@v16.2.0
250250
with:
251251
projectToken: ${{ env.CHROMATIC_PROJECT_TOKEN }}
252252
workingDir: ui

0 commit comments

Comments
 (0)