From a38697a1f79b6f4f30378c40a8ff6ee2cf79b96b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 21:07:02 +0100 Subject: [PATCH] Bump microsoft/setup-msbuild from 1.3.1 to 1.3.2 (#288) Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.3.1 to 1.3.2. - [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.3.1...v1.3.2) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 516bd827b1..d8284264fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: dotnet-version: 8.0.x dotnet-quality: ga - - uses: microsoft/setup-msbuild@v1.3.1 + - uses: microsoft/setup-msbuild@v1.3.2 - name: Build dnSpy (${{matrix.platform}}) run: .\build.ps1 ${{matrix.platform}}