Skip to content

Commit 09540e3

Browse files
committed
chore: fix fetch depth
1 parent 5fb8dd6 commit 09540e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323
with:
24-
depth: 0
24+
fetch-depth: 0
2525

2626
- name: Install tools from mise
2727
uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0

0 commit comments

Comments
 (0)