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

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