Skip to content

Commit

Permalink
Bump microsoft/setup-msbuild from 1.3 to 2 in the github-actions group
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update: [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild).


Updates `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](microsoft/setup-msbuild@v1.3...v2)

---
updated-dependencies:
- dependency-name: microsoft/setup-msbuild
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 1, 2024
1 parent 7a446f2 commit 7e5dd16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
git submodule sync --recursive
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
- name: Set MSBuild env
uses: microsoft/setup-msbuild@v1.3
uses: microsoft/setup-msbuild@v2
- name: Build for engine
run: "bash ci.sh"
MacOS:
Expand Down

0 comments on commit 7e5dd16

Please sign in to comment.