Skip to content

Commit

Permalink
Bump microsoft/setup-msbuild from 1.3.2 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.3.2 to 2.0.0.
- [Release notes](https://github.com/microsoft/setup-msbuild/releases)
- [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md)
- [Commits](microsoft/setup-msbuild@v1.3.2...v2.0.0)

---
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>
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent 5de10b3 commit 955759e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
- uses: actions/checkout@v4
- name: Add msbuild to PATH
if: ${{ matrix.os == 'windows-latest'}}
uses: microsoft/setup-msbuild@v1.3.2
uses: microsoft/setup-msbuild@v2.0.0
- name: Prepare Cache
if: ${{ matrix.os == 'windows-latest'}}
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
brew install eigen nlohmann-json lcov libomp
- name: Add msbuild to PATH
if: ${{ matrix.os == 'windows-latest'}}
uses: microsoft/setup-msbuild@v1.3.2
uses: microsoft/setup-msbuild@v2.0.0
- name: Prepare Cache
if: ${{ matrix.os == 'windows-latest'}}
shell: bash
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
brew install eigen nlohmann-json libomp
- name: Add msbuild to PATH
if: ${{ matrix.os == 'windows-latest'}}
uses: microsoft/setup-msbuild@v1.3.2
uses: microsoft/setup-msbuild@v2.0.0
- name: Prepare Cache
if: ${{ matrix.os == 'windows-latest'}}
shell: bash
Expand Down

0 comments on commit 955759e

Please sign in to comment.