Skip to content

Commit b1c03da

Browse files
chore(deps): update chromaui/action action to v11
1 parent 2fd81ad commit b1c03da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/storybook-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: 18
2020
- uses: bahmutov/npm-install@v1
2121
- name: Publish to Chromatic
22-
uses: chromaui/action@v1
22+
uses: chromaui/action@v11
2323
with:
2424
buildScriptName: build
2525
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: 18
1717
- uses: bahmutov/npm-install@v1
1818
- name: Publish to Chromatic
19-
uses: chromaui/action@v1
19+
uses: chromaui/action@v11
2020
with:
2121
buildScriptName: build
2222
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)