From 65d70ae236f4e7635aee01e05f4e939a47e1ae21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:50:35 +0000 Subject: [PATCH] Bump microsoft/setup-msbuild from 1 to 2 Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1 to 2. - [Release notes](https://github.com/microsoft/setup-msbuild/releases) - [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md) - [Commits](https://github.com/microsoft/setup-msbuild/compare/v1...v2) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CI_MS_analysis.yml | 2 +- .github/workflows/CI_build.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI_MS_analysis.yml b/.github/workflows/CI_MS_analysis.yml index ba6b4ed..02bd5ca 100644 --- a/.github/workflows/CI_MS_analysis.yml +++ b/.github/workflows/CI_MS_analysis.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1 + uses: microsoft/setup-msbuild@v2 - name: MSBuild of plugin dll working-directory: HexEditor\projects\2003\ diff --git a/.github/workflows/CI_build.yml b/.github/workflows/CI_build.yml index 3cd09e4..a21987a 100644 --- a/.github/workflows/CI_build.yml +++ b/.github/workflows/CI_build.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1 + uses: microsoft/setup-msbuild@v2 - name: MSBuild of plugin dll working-directory: HexEditor\projects\2003\ diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 958b059..9b53afc 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -42,7 +42,7 @@ jobs: # make release - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1 + uses: microsoft/setup-msbuild@v2 - name: MSBuild of plugin dll working-directory: HexEditor\projects\2003\