Skip to content

Commit 6c76007

Browse files
authored
Merge pull request #13 from chcg/dependabot/github_actions/microsoft/setup-msbuild-2
Bump microsoft/setup-msbuild from 1 to 2
2 parents 325c5cf + 3f897aa commit 6c76007

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
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Add msbuild to PATH
19-
uses: microsoft/setup-msbuild@v1
19+
uses: microsoft/setup-msbuild@v2
2020

2121
- name: MSBuild of plugin dll
2222
working-directory: .\

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# make release
4343

4444
- name: Add msbuild to PATH
45-
uses: microsoft/setup-msbuild@v1
45+
uses: microsoft/setup-msbuild@v2
4646

4747
- name: MSBuild of plugin dll
4848
working-directory: .

0 commit comments

Comments
 (0)