diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 6d77f7a..9459dcb 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "gitversion.tool": { - "version": "6.0.2", + "version": "6.1.0", "commands": [ "dotnet-gitversion" ] diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2f1d165..900a181 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -31,4 +31,4 @@ jobs: run: dotnet test --no-build --collect:"XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v5.1.1