Skip to content

Commit 2754482

Browse files
committed
Fetch full depth.
1 parent 5cfd7d0 commit 2754482

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/dependabot-push.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
with:
16-
fetch-depth: 1
17-
- name: Fetch the main branch
18-
run: git fetch origin main --depth=1
16+
fetch-depth: 0
1917
- uses: actions/setup-python@v5
2018
with:
2119
python-version: "3.13"

0 commit comments

Comments
 (0)