From a02ef9611061d41705cc3580e2aabd6fff297fee Mon Sep 17 00:00:00 2001 From: bj-rn Date: Thu, 25 Jun 2026 15:08:44 -0700 Subject: [PATCH] Upgrade MSBuild and NuGet setup actions Updates setup-msbuild to https://github.com/microsoft/setup-msbuild/releases/tag/v3 and setup-nuget to https://github.com/NuGet/setup-nuget/releases/tag/v4.0 needed because of node20 deprecation --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2699a33..c48780e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,10 +22,10 @@ jobs: # lfs: 'true' - name: Setup MSBuild.exe - uses: microsoft/setup-msbuild@v2 + uses: microsoft/setup-msbuild@v3 - name: Setup Nuget.exe - uses: nuget/setup-nuget@v2.0.0 + uses: nuget/setup-nuget@v4.0 - name: Publish VL Nuget uses: vvvv/PublishVLNuget@1.0.46