Skip to content

Commit

Permalink
build(deps): bump microsoft/setup-msbuild from 1.1.3 to 1.3.1 (#688)
Browse files Browse the repository at this point in the history
Bumps [microsoft/setup-msbuild](/~https://github.com/microsoft/setup-msbuild) from 1.1.3 to 1.3.1.
- [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.1.3...v1.3.1)

---
updated-dependencies:
- dependency-name: microsoft/setup-msbuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 2, 2023
1 parent 260c034 commit ce8a663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
setAllVars: true

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.1.3
uses: microsoft/setup-msbuild@v1.3.1
with:
vs-prerelease: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
setAllVars: true

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.1.3
uses: microsoft/setup-msbuild@v1.3.1
with:
vs-prerelease: true

Expand Down

0 comments on commit ce8a663

Please sign in to comment.