diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-01 16:01:42 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-05-01 17:20:06 +0100 |
commit | 111f81aa95d7bb30bfaa6aa335f78748ce87c170 (patch) | |
tree | 821da97b0fc13554590342280e7c3fbb5bd76f16 | |
parent | f12e1ad2223709b7fb2932d4f61e267f653d9f3a (diff) |
Bump microsoft/setup-msbuild from 1.3 to 2
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.3 to 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...v2)
---
updated-dependencies:
- dependency-name: microsoft/setup-msbuild
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | .github/workflows/ci-windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 963261e93..37d14b061 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup MSBuild - uses: microsoft/setup-msbuild@v1.3 + uses: microsoft/setup-msbuild@v2 - name: Setup Conan uses: turtlebrowser/get-conan@v1.2 |