From a75c4643703625a2a6a8fd9e3ebf7605c6752cbf Mon Sep 17 00:00:00 2001 From: Helder Eijs Date: Wed, 17 May 2023 22:48:57 +0200 Subject: [PATCH] Use ilammy/msvc-dev-cmd@v1 --- .github/workflows/integration.yml | 4 ++-- .github/workflows/wheels.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a55bdbf0..1359544b 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -58,7 +58,7 @@ jobs: - name: Install MSVC if: matrix.os == 'windows-latest' && matrix.python-version == '2.7' - uses: ilammy/msvc-dev-cmd@a742a854f54111d83b78e97091b5d85ccdaa3e89 + uses: ilammy/msvc-dev-cmd@v1 - name: Prepare environmental variables if: matrix.os == 'windows-latest' && matrix.python-version == '2.7' @@ -125,7 +125,7 @@ jobs: with: python-version: "3.11" - name: Install MSVC - uses: ilammy/msvc-dev-cmd@a742a854f54111d83b78e97091b5d85ccdaa3e89 + uses: ilammy/msvc-dev-cmd@v1 with: arch: ${{ matrix.arch }} - name: Test Windows 32 and 64 diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index a1959111..f7307a27 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -136,7 +136,7 @@ jobs: - name: Install MSVC if: runner.os == 'Windows' - uses: ilammy/msvc-dev-cmd@a742a854f54111d83b78e97091b5d85ccdaa3e89 + uses: ilammy/msvc-dev-cmd@v1 with: toolset: 14.0 arch: ${{ matrix.arch }}