Skip to content

Commit

Permalink
chore: improve actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pregno committed Sep 4, 2024
1 parent e226c56 commit 1bfab8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup Node
uses: actions/setup-node@v4
Expand Down Expand Up @@ -99,6 +101,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit 1bfab8f

Please sign in to comment.