Skip to content

Commit 4cb99a5

Browse files
chore(deps): update microsoft/setup-msbuild action to v2 (#86)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) | action | major | `v1` -> `v2` | --- ### Release Notes <details> <summary>microsoft/setup-msbuild (microsoft/setup-msbuild)</summary> ### [`v2`](https://github.com/microsoft/setup-msbuild/releases/tag/v2) [Compare Source](https://github.com/microsoft/setup-msbuild/compare/v1...v2) This is a major version bump with no functionality changes. The major version change is due to moving to `node20` for the node version per the deprecation announcement for GitHub Actions (https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/). This change from `node16` to `node20` could cause breaking changes to other workflow actions steps (see [#&#8203;125](https://github.com/microsoft/setup-msbuild/issues/125)) running and needing/leveraging expected functionality in `node16` and thus as a safe boundary, changing the version here. **Full Changelog**: microsoft/setup-msbuild@v1.3...v2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Testably/Testably.Abstractions.FluentAssertions). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 57eba15 commit 4cb99a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
6.0.x
148148
7.0.x
149149
- name: Setup MSBuild
150-
uses: microsoft/setup-msbuild@v1
150+
uses: microsoft/setup-msbuild@v2
151151
- name: Setup VSTest
152152
uses: darenm/Setup-VSTest@v1
153153
- name: Navigate to Workspace

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
with:
106106
fetch-depth: 0
107107
- name: Setup MSBuild
108-
uses: microsoft/setup-msbuild@v1
108+
uses: microsoft/setup-msbuild@v2
109109
- name: Setup VSTest
110110
uses: darenm/Setup-VSTest@v1
111111
- name: Navigate to Workspace

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
version="${GITHUB_REF#refs/heads/release/}"
153153
git tag "${version}"
154154
- name: Setup MSBuild
155-
uses: microsoft/setup-msbuild@v1
155+
uses: microsoft/setup-msbuild@v2
156156
- name: Setup VSTest
157157
uses: darenm/Setup-VSTest@v1
158158
- name: Navigate to Workspace

0 commit comments

Comments
 (0)