Skip to content

Commit 130f10f

Browse files
authored
ci(Windows): Bump microsoft/setup-msbuild to fix Windows builds (#247)
Windows CI is failing due to a security vulnerability in the `add-path` command used by `microsoft/setup-msbuild`. This is addressed in the latest version.
1 parent ed1c295 commit 130f10f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ jobs:
339339
configuration: [Debug, Release]
340340
steps:
341341
- name: Set up MSBuild
342-
uses: microsoft/setup-msbuild@v1.0.1
342+
uses: microsoft/setup-msbuild@v1.0.2
343343
- name: Setup VSTest.console.exe
344344
uses: darenm/Setup-VSTest@v1
345345
- name: Set up Node.js
@@ -384,7 +384,7 @@ jobs:
384384
template: [all, windows]
385385
steps:
386386
- name: Set up MSBuild
387-
uses: microsoft/setup-msbuild@v1.0.1
387+
uses: microsoft/setup-msbuild@v1.0.2
388388
- name: Set up Node.js
389389
uses: actions/setup-node@v1
390390
with:

0 commit comments

Comments
 (0)