Skip to content

Commit a8a0c1f

Browse files
committed
libgit2sharp.yml: try fetch v2 fetch-depth: 0
1 parent 7484a14 commit a8a0c1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/libgit2sharp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ubuntu-20.04
1313

1414
steps:
15-
- uses: actions/checkout@v1
15+
- uses: actions/checkout@v2
1616
with:
17-
fetch-depth: 3
17+
fetch-depth: 0
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v1
2020
with:

0 commit comments

Comments
 (0)