diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index c4a79f9f..252cec78 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -86,7 +86,7 @@ jobs: with: path: .github/workflows - name: ✨ Setup MSVC - uses: ilammy/msvc-dev-cmd@v1.12.1 + uses: ilammy/msvc-dev-cmd@v1.13.0 with: arch: ${{ matrix.architecture }} - name: 🔧 Configure @@ -124,7 +124,7 @@ jobs: with: path: .github/workflows - name: ✨ Setup MSVC - uses: ilammy/msvc-dev-cmd@v1.12.1 + uses: ilammy/msvc-dev-cmd@v1.13.0 with: arch: ${{ matrix.architecture }} - name: 🔧 Configure