From fc44d197b5c0a0d741d2806bba877d84a9739724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 06:04:55 +0000 Subject: [PATCH] Bump microsoft/setup-msbuild from 2 to 3 Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 2 to 3. - [Release notes](https://github.com/microsoft/setup-msbuild/releases) - [Commits](https://github.com/microsoft/setup-msbuild/compare/v2...v3) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Automation Master Legacy Workflow.yml | 2 +- .github/workflows/Connector Master Legacy Workflow.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Automation Master Legacy Workflow.yml b/.github/workflows/Automation Master Legacy Workflow.yml index 05d8d92..e1785d2 100644 --- a/.github/workflows/Automation Master Legacy Workflow.yml +++ b/.github/workflows/Automation Master Legacy Workflow.yml @@ -126,7 +126,7 @@ jobs: shell: bash - name: Prepare Building - uses: microsoft/setup-msbuild@v2 + uses: microsoft/setup-msbuild@v3 - name: Enable Skyline NuGet Registries if: github.repository_owner == 'SkylineCommunications' diff --git a/.github/workflows/Connector Master Legacy Workflow.yml b/.github/workflows/Connector Master Legacy Workflow.yml index 956b744..22074c2 100644 --- a/.github/workflows/Connector Master Legacy Workflow.yml +++ b/.github/workflows/Connector Master Legacy Workflow.yml @@ -126,7 +126,7 @@ jobs: shell: bash - name: Prepare Building - uses: microsoft/setup-msbuild@v2 + uses: microsoft/setup-msbuild@v3 - name: Enable Skyline NuGet Registries if: github.repository_owner == 'SkylineCommunications'