From e1303d78a69d8c1d0af41c1fcd74e70877ec1dbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 06:00:59 +0000 Subject: [PATCH] Bump ilammy/msvc-dev-cmd from 1.8.0 to 1.12.1 Bumps [ilammy/msvc-dev-cmd](https://github.com/ilammy/msvc-dev-cmd) from 1.8.0 to 1.12.1. - [Release notes](https://github.com/ilammy/msvc-dev-cmd/releases) - [Commits](https://github.com/ilammy/msvc-dev-cmd/compare/v1.8.0...v1.12.1) --- updated-dependencies: - dependency-name: ilammy/msvc-dev-cmd dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/wheels.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index c98520c..92eb136 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -53,13 +53,13 @@ jobs: - name: Prepare msvc x86 env if: matrix.platform_id == 'win32' - uses: ilammy/msvc-dev-cmd@v1.8.0 + uses: ilammy/msvc-dev-cmd@v1.12.1 with: arch: x86 - name: Prepare msvc x64 env if: matrix.platform_id == 'win_amd64' - uses: ilammy/msvc-dev-cmd@v1.8.0 + uses: ilammy/msvc-dev-cmd@v1.12.1 - name: Build wheels run: |