Skip to content

Commit f57b81f

Browse files
build(deps): bump chromaui/action from 13.3.4 to 15.1.1
Bumps [chromaui/action](https://github.com/chromaui/action) from 13.3.4 to 15.1.1. - [Release notes](https://github.com/chromaui/action/releases) - [Changelog](https://github.com/chromaui/action/blob/main/CHANGELOG.md) - [Commits](chromaui/action@4c20b95...93712e3) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: 15.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1efc9b1 commit f57b81f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/chromatic.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Build packages
1919
run: npm run build
2020

21-
- uses: chromaui/action@4c20b95e9d3209ecfdf9cd6aace6bbde71ba1694 # v13.3.4
21+
- uses: chromaui/action@93712e37669f856c4828136f9cb535dbfa60b50c # v15.1.1
2222
name: Run Chromatic for design-system-slash-react
2323
with:
2424
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN_SLASH_REACT }}
@@ -28,7 +28,7 @@ jobs:
2828
onlyChanged: true
2929
skip: "@(renovate/**|dependabot/**)"
3030

31-
- uses: chromaui/action@4c20b95e9d3209ecfdf9cd6aace6bbde71ba1694 # v13.3.4
31+
- uses: chromaui/action@93712e37669f856c4828136f9cb535dbfa60b50c # v15.1.1
3232
name: Run Chromatic for design-system-lookandfeel-react
3333
with:
3434
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN_LOOKANDFEEL_REACT }}
@@ -37,7 +37,7 @@ jobs:
3737
workingDir: "apps/look-and-feel-stories"
3838
onlyChanged: true
3939
skip: "@(renovate/**|dependabot/**)"
40-
- uses: chromaui/action@4c20b95e9d3209ecfdf9cd6aace6bbde71ba1694 # v13.3.4
40+
- uses: chromaui/action@93712e37669f856c4828136f9cb535dbfa60b50c # v15.1.1
4141
name: Run Chromatic for design-system-apollo-react
4242
with:
4343
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN_APOLLO_REACT }}

0 commit comments

Comments
 (0)