From 668f343795879a690352c6aeeaf4942d4e16cd1e Mon Sep 17 00:00:00 2001 From: joreg Date: Tue, 27 Feb 2024 11:24:43 +0100 Subject: [PATCH] Update main.yml --- .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 b3119d7..30568e0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,13 +16,13 @@ jobs: uses: actions/checkout@master - name: Setup MSBuild.exe - uses: microsoft/setup-msbuild@v1.0.2 + uses: microsoft/setup-msbuild@v1.3.1 - name: Setup Nuget.exe uses: nuget/setup-nuget@v1 - name: Publish VL Nuget - uses: vvvv/PublishVLNuget@1.0.29 + uses: vvvv/PublishVLNuget@1.0.43 with: csproj: src\VL.IO.OSC.csproj nuspec: deployment\VL.IO.OSC.nuspec