From f7efd5e55ee183c0c5e109aa32f25211f49a81ab Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Mon, 20 Feb 2023 08:48:47 -0800 Subject: [PATCH] ci: bump setup-msvc-dev to v2 (#1513) This avoids a deprecation warning about Node.js 12 as shown here https://github.com/KhronosGroup/Vulkan-Hpp/actions/runs/4222600167 --- .github/workflows/ci-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index ae200de..7cff6f3 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -21,7 +21,7 @@ jobs: submodules: recursive - name: Setup MSVC - uses: TheMrMilchmann/setup-msvc-dev@v1 + uses: TheMrMilchmann/setup-msvc-dev@v2 with: arch: ${{matrix.architecture}}