Skip to content

Commit 782d644

Browse files
committed
correct github action issue by just using v1 for microsoft/setup-msbuild to use latest v1 version of the action
1 parent aa26ef1 commit 782d644

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
submodules: 'true'
2020

2121
- name: Add msbuild to PATH
22-
uses: microsoft/setup-msbuild@v1.0.1
22+
uses: microsoft/setup-msbuild@v1
2323

2424
- name: "Use CI config files"
2525
run: |

.github/workflows/codeql-analysis.yml

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

5454

5555
- name: Add msbuild to PATH
56-
uses: microsoft/setup-msbuild@v1.0.1
56+
uses: microsoft/setup-msbuild@v1
5757

5858
- name: "Use CI config files"
5959
run: |

0 commit comments

Comments
 (0)