From 22d3763bd851bc7cb29eeb982e6c06b76f20d3a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 01:19:36 +0000 Subject: [PATCH] test(deps): update dependency docfx to v2.78.2 | datasource | package | from | to | | --------------- | ------------ | ------- | ------- | | github-releases | dotnet/docfx | v2.59.4 | v2.78.2 | --- windows/test/run.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/test/run.ps1 b/windows/test/run.ps1 index 248e3ece..901c5434 100644 --- a/windows/test/run.ps1 +++ b/windows/test/run.ps1 @@ -27,7 +27,7 @@ ExitOnNativeFailure install-tool dotnet 8.0.11 # renovate: datasource=github-releases packageName=dotnet/docfx -install-tool docfx v2.59.4 +install-tool docfx v2.78.2 docfx --version ExitOnNativeFailure