From b059844f1085f5fb2372f462ce922efd6940a8ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 19:24:21 +0000 Subject: [PATCH] build(deps): bump microsoft/setup-msbuild from 1.1 to 1.3 Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.1 to 1.3. - [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/v1.1...v1.3) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis-windows.yml b/.github/workflows/codeql-analysis-windows.yml index f90ac61ef..4e76d8ab5 100644 --- a/.github/workflows/codeql-analysis-windows.yml +++ b/.github/workflows/codeql-analysis-windows.yml @@ -116,7 +116,7 @@ jobs: - if: matrix.language == 'cpp' name: C++ - Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.1 + uses: microsoft/setup-msbuild@v1.3 - if: matrix.language == 'cpp' name: C++ - Run MSBuild