Skip to content

Commit b9859cc

Browse files
chore(deps): update chromaui/action action to v13
1 parent a88fdab commit b9859cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/on_merge_to_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
126126

127127
- name: Run Chromatic
128-
uses: chromaui/action@v10
128+
uses: chromaui/action@v13
129129
with:
130130
projectToken: ${{ secrets.CHROMA_APP_CODE }}
131131
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/on_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ jobs:
361361

362362
- name: Run Chromatic
363363
id: chromaticaction
364-
uses: chromaui/action@v10
364+
uses: chromaui/action@v13
365365
with:
366366
zip: true
367367
projectToken: ${{ secrets.CHROMA_APP_CODE }}

0 commit comments

Comments
 (0)