Skip to content

Commit 19da0a3

Browse files
chore(deps): Bump chromaui/action
Bumps the github-actions-root-patch-minor group with 1 update: [chromaui/action](https://github.com/chromaui/action). Updates `chromaui/action` from 15.2.0 to 15.3.1 - [Release notes](https://github.com/chromaui/action/releases) - [Changelog](https://github.com/chromaui/action/blob/main/CHANGELOG.md) - [Commits](chromaui/action@5ec258a...eea1606) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: 15.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-root-patch-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c2a2eb6 commit 19da0a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/chromatic-playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Upload to Chromatic (dependency/tooling auto-accept)
6767
if: ${{ env.HAS_CHROMATIC_TOKEN == 'true' && env.CHROMATIC_PR_ORIGIN == 'true' }}
68-
uses: chromaui/action@5ec258af08deb3e8c36653bd618cb7fe52090031 # v15.2.0
68+
uses: chromaui/action@eea1606238fd97a70b5af723d103953d1f40967b # v15.3.1
6969
with:
7070
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
7171
playwright: true
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Upload to Chromatic
7878
if: ${{ env.HAS_CHROMATIC_TOKEN == 'true' && env.CHROMATIC_PR_ORIGIN != 'true' }}
79-
uses: chromaui/action@5ec258af08deb3e8c36653bd618cb7fe52090031 # v15.2.0
79+
uses: chromaui/action@eea1606238fd97a70b5af723d103953d1f40967b # v15.3.1
8080
with:
8181
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
8282
playwright: true

0 commit comments

Comments
 (0)