Skip to content

Commit

Permalink
Bump chromaui/action from 11.3.0 to 11.5.4
Browse files Browse the repository at this point in the history
Bumps [chromaui/action](https://github.com/chromaui/action) from 11.3.0 to 11.5.4.
- [Release notes](https://github.com/chromaui/action/releases)
- [Commits](chromaui/action@v11.3.0...v11.5.4)

---
updated-dependencies:
- dependency-name: chromaui/action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 19, 2024
1 parent 9eeff55 commit f86b761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-node-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
enable_cache: ${{ inputs.runs_on != 'self-hosted' }}
- name: Run Chromatic
if: ${{ inputs.chromatic_enable }}
uses: chromaui/action@v11.3.0
uses: chromaui/action@v11.5.4
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ jobs:
enable_cache: ${{ inputs.runs_on != 'self-hosted' }}
- name: Run Chromatic
if: ${{ inputs.chromatic_enable }}
uses: chromaui/action@v11.3.0
uses: chromaui/action@v11.5.4
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

0 comments on commit f86b761

Please sign in to comment.