Update checkout action to fetch full history

This commit is contained in:
2026-01-15 21:29:17 +01:00
committed by GitHub
Unverified
parent 8fca4faf8a
commit 804713ebf9

View File

@@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v3
with: