Skip to content

Commit 2819cc3

Browse files
Use greater depth
1 parent 8ed871a commit 2819cc3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- name: Git Checkout
5353
uses: actions/checkout@v2
5454
with:
55+
fetch-depth: 2
5556
submodules: recursive
5657

5758
# See https://github.com/actions/checkout/issues/165#issuecomment-657673315
@@ -122,6 +123,7 @@ jobs:
122123
- name: Git Checkout
123124
uses: actions/checkout@v2
124125
with:
126+
fetch-depth: 2
125127
submodules: recursive
126128

127129
- name: NuGet Install

0 commit comments

Comments
 (0)