Skip to content

Commit

Permalink
chore(deps): update microsoft/setup-msbuild action to v2 (#117)
Browse files Browse the repository at this point in the history
[![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.Architecture.Rules).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 31, 2024
1 parent f9358f2 commit dde5ef5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
dotnet-version: |
6.0.x
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2
- name: Setup VSTest
uses: darenm/Setup-VSTest@v1
- name: Navigate to Workspace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2
- name: Setup VSTest
uses: darenm/Setup-VSTest@v1
- name: Navigate to Workspace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
version="${GITHUB_REF#refs/heads/release/}"
git tag "${version}"
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2
- name: Setup VSTest
uses: darenm/Setup-VSTest@v1
- name: Navigate to Workspace
Expand Down

0 comments on commit dde5ef5

Please sign in to comment.