From 024a4ba8f357371f64ecb46239455df15477f6d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 05:24:17 +0000 Subject: [PATCH] chore(deps): update microsoft/setup-msbuild action to v2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c963009..63d0518 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild - name: Setup MSBuild.exe - uses: microsoft/setup-msbuild@v1.3.3 + uses: microsoft/setup-msbuild@v2.0.0 # Restore the application to populate the obj folder with RuntimeIdentifiers - name: Restore the application