Skip to content

Commit b04b1ed

Browse files
Bump microsoft/setup-msbuild from 2 to 3 in the github-actions group (#35)
Bumps the github-actions group with 1 update: [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild). Updates `microsoft/setup-msbuild` from 2 to 3 - [Release notes](https://github.com/microsoft/setup-msbuild/releases) - [Commits](microsoft/setup-msbuild@v2...v3) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9569044 commit b04b1ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Add msbuild to PATH
9494
if: runner.os == 'Windows'
95-
uses: microsoft/setup-msbuild@v2
95+
uses: microsoft/setup-msbuild@v3
9696

9797
- name: Install requirements
9898
run: |

0 commit comments

Comments
 (0)