From 8f7dcd8e5eb4620a7e2858820a394fbe6bdd93fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 12:22:50 +0000 Subject: [PATCH] ci: bump microsoft/setup-msbuild from 1.0.2 to 3.0.0 Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.0.2 to 3.0.0. - [Release notes](https://github.com/microsoft/setup-msbuild/releases) - [Commits](https://github.com/microsoft/setup-msbuild/compare/c26a08ba26249b81327e26f6ef381897b6a8754d...30375c66a4eea26614e0d39710365f22f8b0af57) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b8661c2..ef469c8 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@0717577d45739eb3c851188b29f50ed6c0b2194e # v2 - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@c26a08ba26249b81327e26f6ef381897b6a8754d # v1.0.2 + uses: microsoft/setup-msbuild@30375c66a4eea26614e0d39710365f22f8b0af57 # v3.0.0 - name: Build BrowserStackLocal run: | msbuild BrowserStackLocal -t:restore -p:Configuration=Release diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2954cdd..ad8da56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@0717577d45739eb3c851188b29f50ed6c0b2194e # v2 - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@c26a08ba26249b81327e26f6ef381897b6a8754d # v1.0.2 + uses: microsoft/setup-msbuild@30375c66a4eea26614e0d39710365f22f8b0af57 # v3.0.0 - name: Build BrowserStackLocal run: | msbuild BrowserStackLocal -t:restore -p:Configuration=Release