Commit 2f750f70 for tesseract
commit 2f750f70df01a682db6bc82bd6083278ee8d4507
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon Mar 23 08:14:28 2026 +0200
Bump microsoft/setup-msbuild from 2 to 3 (#4533)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/.github/workflows/cmake-win64.yml b/.github/workflows/cmake-win64.yml
index d85c94c7..7c64299a 100644
--- a/.github/workflows/cmake-win64.yml
+++ b/.github/workflows/cmake-win64.yml
@@ -25,7 +25,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: ilammy/setup-nasm@v1
- - uses: microsoft/setup-msbuild@v2
+ - uses: microsoft/setup-msbuild@v3
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v6
with: