Skip to content

Commit df0c7e5

Browse files
Update update-docs-index.yml
1 parent 510c87a commit df0c7e5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/update-docs-index.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
18+
with:
19+
fetch-depth: 0
1820

1921
- name: Setup Node
20-
uses: actions/setup-node@v3
22+
uses: actions/setup-node@v4
2123
with:
2224
node-version: 18
2325

0 commit comments

Comments
 (0)