From 84c6634dad55a3b67fd7648605286adc32f1ec3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 13:24:39 +0000 Subject: [PATCH] Bump microsoft/setup-msbuild Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 2008f912f56e61277eefaac6d1888b750582aa16 to 3404ff3d40458f8d1fdf55c2bcc442b970404ad7. - [Release notes](https://github.com/microsoft/setup-msbuild/releases) - [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md) - [Commits](https://github.com/microsoft/setup-msbuild/compare/2008f912f56e61277eefaac6d1888b750582aa16...3404ff3d40458f8d1fdf55c2bcc442b970404ad7) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet-desktop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 53e8b14..b44eabf 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -47,7 +47,7 @@ jobs: # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild - name: Setup MSBuild.exe - uses: microsoft/setup-msbuild@2008f912f56e61277eefaac6d1888b750582aa16 + uses: microsoft/setup-msbuild@3404ff3d40458f8d1fdf55c2bcc442b970404ad7 env: ACTIONS_ALLOW_UNSECURE_COMMANDS: true