diff --git a/.github/workflows/msvc-ci.yml b/.github/workflows/msvc-ci.yml index d6f850eb8..b84fa67b6 100644 --- a/.github/workflows/msvc-ci.yml +++ b/.github/workflows/msvc-ci.yml @@ -39,7 +39,7 @@ jobs: with: python-version: '3.x' - name: Setup MSVC - uses: ilammy/msvc-dev-cmd@7315a94840631165970262a99c72cfb48a65d25d # v1.12.0 + uses: ilammy/msvc-dev-cmd@cec98b9d092141f74527d0afa6feb2af698cfe89 # v1.12.1 with: arch : ${{ matrix.ARCH }} - name: Install Python Dependencies