From eea7a41222742d1b43cd2b4977ee3370937007f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 04:09:03 +0000 Subject: [PATCH] Bump TheMrMilchmann/setup-msvc-dev from 3 to 4 Bumps [TheMrMilchmann/setup-msvc-dev](https://github.com/themrmilchmann/setup-msvc-dev) from 3 to 4. - [Release notes](https://github.com/themrmilchmann/setup-msvc-dev/releases) - [Commits](https://github.com/themrmilchmann/setup-msvc-dev/compare/v3...v4) --- updated-dependencies: - dependency-name: TheMrMilchmann/setup-msvc-dev dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cpp-lint-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpp-lint-package.yml b/.github/workflows/cpp-lint-package.yml index 25f3bf7..cf38548 100644 --- a/.github/workflows/cpp-lint-package.yml +++ b/.github/workflows/cpp-lint-package.yml @@ -36,7 +36,7 @@ jobs: run: clang-tools --install ${{ matrix.clang-version }} --directory ${{ runner.temp }}/llvm - name: Setup VS dev env - uses: TheMrMilchmann/setup-msvc-dev@v3 + uses: TheMrMilchmann/setup-msvc-dev@v4 with: arch: x64