From aa35869c2b983529f264f95205ead6f7e95128d2 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Fri, 16 Feb 2024 15:58:25 +0100 Subject: [PATCH] Update microsoft/setup-msbuild to v2 (#672) Motivation: We used an outdates action for msbuild Modifications: Update to microsoft/setup-msbuild v2 Result: Use up to date action --- .github/workflows/ci-build.yml | 2 +- .github/workflows/ci-deploy.yml | 2 +- .github/workflows/ci-pr.yml | 2 +- .github/workflows/ci-release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index e58eabb72..c276bf593 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -112,7 +112,7 @@ jobs: targets: x86_64-pc-windows-msvc - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.3.1 + uses: microsoft/setup-msbuild@v2 - name: Configuring Developer Command Prompt uses: ilammy/msvc-dev-cmd@v1 diff --git a/.github/workflows/ci-deploy.yml b/.github/workflows/ci-deploy.yml index 14b12d198..e36d8d7b0 100644 --- a/.github/workflows/ci-deploy.yml +++ b/.github/workflows/ci-deploy.yml @@ -101,7 +101,7 @@ jobs: targets: x86_64-pc-windows-msvc - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.3.1 + uses: microsoft/setup-msbuild@v2 - name: Configuring Developer Command Prompt uses: ilammy/msvc-dev-cmd@v1 diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 37e1dddc4..41abf2e22 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -115,7 +115,7 @@ jobs: targets: x86_64-pc-windows-msvc - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.3.1 + uses: microsoft/setup-msbuild@v2 - name: Configuring Developer Command Prompt uses: ilammy/msvc-dev-cmd@v1 diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index a1928fccd..43b7dbf4e 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -196,7 +196,7 @@ jobs: targets: x86_64-pc-windows-msvc - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.3.1 + uses: microsoft/setup-msbuild@v2 - name: Configuring Developer Command Prompt uses: ilammy/msvc-dev-cmd@v1