Skip to content

Commit

Permalink
Update chromatic.yml CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kislovskiy authored Dec 11, 2023
1 parent 705848a commit 66fa190
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0 # 👈 Required for chromatic
fetch-depth: 0

- uses: pnpm/action-setup@v2
with:
Expand All @@ -19,6 +19,6 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Publish to Chromatic
uses: chromaui/action@v1
uses: chromaui/action@v10
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

0 comments on commit 66fa190

Please sign in to comment.