Skip to content

Commit 8aafd9e

Browse files
Pull all commits
1 parent 2819cc3 commit 8aafd9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

5858
# See https://github.com/actions/checkout/issues/165#issuecomment-657673315
@@ -123,7 +123,7 @@ jobs:
123123
- name: Git Checkout
124124
uses: actions/checkout@v2
125125
with:
126-
fetch-depth: 2
126+
fetch-depth: 0
127127
submodules: recursive
128128

129129
- name: NuGet Install

0 commit comments

Comments
 (0)