Skip to content

Commit 8f09570

Browse files
committed
CI: fetch all history
1 parent a7a3101 commit 8f09570

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ jobs:
3535
node-version: 18
3636

3737
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v4
39+
with:
40+
# We need `git log` to find git-subtree versions
41+
fetch-depth: 0
3942

4043
- name: Yarn cache
4144
uses: actions/cache@v3

0 commit comments

Comments
 (0)