]> git.ipfire.org Git - thirdparty/git.git/commit
ci: bump microsoft/setup-msbuild from v2 to v3
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 30 Apr 2026 07:34:55 +0000 (07:34 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Apr 2026 09:21:55 +0000 (18:21 +0900)
commite54194d8bacdefd0cdfe98f49051020ca23c81a7
treefed95ac4265b0fb2eff6a39783d629f506efc157
parent94f057755b7941b321fd11fec1b2e3ca5313a4e0
ci: bump microsoft/setup-msbuild from v2 to v3

The v2 of `microsoft/setup-msbuild` runs on Node.js 20, which GitHub
is phasing out of the Actions runners. v3 is a minimal release whose
only substantive change is moving the action's runtime to Node.js 24,
so that our Visual Studio build jobs keep working once Node.js 20 is
removed from the runners.

The risk of this bump is very low: v3 contains no functional changes
to the action itself -- it merely adds `msbuild.exe` to `PATH`, with
no change to command-line flags, inputs, outputs, or default tool
resolution. The only precondition is a recent-enough Actions Runner,
which the github.com-hosted runners already satisfy.

See also:

- Release notes: https://github.com/microsoft/setup-msbuild/releases
- Compare: https://github.com/microsoft/setup-msbuild/compare/v2...v3

Originally-authored-by: dependabot[bot] <support@github.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.github/workflows/main.yml