diff --git a/.github/workflows/msvc-ci.yml b/.github/workflows/msvc-ci.yml index 85dc63fc607..0fd1a93bbf4 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@cec98b9d092141f74527d0afa6feb2af698cfe89 # v1.12.1 + uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0 with: arch : ${{ matrix.ARCH }} - name: Install Python Dependencies