Skip to content

Commit 2c18a5f

Browse files
committed
Set fetch-depht to 1 everywhere
1 parent d9ad953 commit 2c18a5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v4
2323
with:
24-
fetch-depth: 100
24+
fetch-depth: 1
2525

2626
- name: Download Docs
2727
uses: ./.github/download-artifact

.github/workflows/submit-contract-sizes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@v4
2525
with:
26-
fetch-depth: 100
26+
fetch-depth: 1
2727

2828
- name: Download Master Contract Sizes
2929
uses: ./.github/download-artifact

0 commit comments

Comments
 (0)