fix checkout

This commit is contained in:
Adam Hathcock
2024-07-12 15:20:00 +01:00
parent e83c0125ba
commit 82d51af262
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -9,6 +9,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v4
-1
View File
@@ -12,7 +12,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
filter: tree:0
- name: Setup .NET
uses: actions/setup-dotnet@v4