From 25c69eb3708c52d295ad130d800f9338ec08ca66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 06:08:53 +0000 Subject: [PATCH] Bump ilammy/msvc-dev-cmd from 1 to 1.8.0 Bumps [ilammy/msvc-dev-cmd](https://github.com/ilammy/msvc-dev-cmd) from 1 to 1.8.0. - [Release notes](https://github.com/ilammy/msvc-dev-cmd/releases) - [Commits](https://github.com/ilammy/msvc-dev-cmd/compare/v1...v1.8.0) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/wheels.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e0d63b3..963d91ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: # workaround for MSVC, can be removed when scikit-build includes https://github.com/scikit-build/scikit-build/pull/526 - name: Prepare compiler environment for Windows if: runner.os == 'Windows' - uses: ilammy/msvc-dev-cmd@v1 + uses: ilammy/msvc-dev-cmd@v1.8.0 with: arch: x64 diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 2cee0067..bc354a67 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -57,7 +57,7 @@ jobs: with: submodules: recursive - - uses: ilammy/msvc-dev-cmd@v1 + - uses: ilammy/msvc-dev-cmd@v1.8.0 with: arch: x86 @@ -67,7 +67,7 @@ jobs: CIBW_TEST_EXTRAS: test CIBW_TEST_COMMAND: pytest {project}/tests - - uses: ilammy/msvc-dev-cmd@v1 + - uses: ilammy/msvc-dev-cmd@v1.8.0 with: arch: x64