chore(actions): Fix for Chromatic action using actions/checkout@v3 (#23759)

This commit is contained in:
Evan Rusackas 2023-04-20 21:47:52 -06:00 committed by GitHub
parent a3c971cbda
commit 295975d16b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ jobs:
# Job steps
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # 👈 Required to retrieve git history
- name: Install dependencies
run: npm ci
working-directory: superset-frontend