Skip to content

Commit ae4c8b3

Browse files
Bump microsoft/setup-msbuild from 2 to 3 (notepad-plus-plus#1055)
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 2 to 3. - [Release notes](https://github.com/microsoft/setup-msbuild/releases) - [Commits](microsoft/setup-msbuild@v2...v3) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 55c09f6 commit ae4c8b3

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
@@ -34,7 +34,7 @@ jobs:
3434
run: python validator.py ${{ matrix.build_platform }}
3535

3636
- name: Add msbuild to PATH
37-
uses: microsoft/setup-msbuild@v2
37+
uses: microsoft/setup-msbuild@v3
3838

3939
- name: MSBuild of plugin dll
4040
working-directory: vcxproj

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: python validator.py ${{ matrix.build_platform }}
3737

3838
- name: Add msbuild to PATH
39-
uses: microsoft/setup-msbuild@v2
39+
uses: microsoft/setup-msbuild@v3
4040

4141
- name: MSBuild of plugin dll
4242
working-directory: vcxproj

0 commit comments

Comments
 (0)