Skip to content

Commit f33f3c7

Browse files
committed
fix(gha): set fetch-depth to 0
Getting closer to original amin
1 parent 133f6b7 commit f33f3c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
uses: actions/checkout@v4
3434
with:
3535
submodules: "recursive"
36+
fetch-depth: 0
3637

3738
- name: Log content of lib/openzeppelin-contracts-upgradeable/package.json
3839
run: |

0 commit comments

Comments
 (0)