Skip to content

Commit 3f85f4f

Browse files
fix: fetch-depth
1 parent 746f4e6 commit 3f85f4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ jobs:
77
id-token: write
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@v5
11+
with:
12+
fetch-depth: 0
1113
- name: Set up Python 3.11
1214
uses: actions/setup-python@v4
1315
with:

0 commit comments

Comments
 (0)