From b6eee3ed684e1667fbd4bf2a6f00d13e71410659 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 17:22:55 +0000 Subject: [PATCH] build(deps): bump ilammy/msvc-dev-cmd from 1.12.1 to 1.13.0 Bumps [ilammy/msvc-dev-cmd](https://github.com/ilammy/msvc-dev-cmd) from 1.12.1 to 1.13.0. - [Release notes](https://github.com/ilammy/msvc-dev-cmd/releases) - [Commits](https://github.com/ilammy/msvc-dev-cmd/compare/v1.12.1...v1.13.0) --- updated-dependencies: - dependency-name: ilammy/msvc-dev-cmd dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Windows-MSVC.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Windows-MSVC.yml b/.github/workflows/Windows-MSVC.yml index 0f1eeab..79b9028 100644 --- a/.github/workflows/Windows-MSVC.yml +++ b/.github/workflows/Windows-MSVC.yml @@ -41,7 +41,7 @@ jobs: github-api-token: ${{ secrets.GITHUB_TOKEN }} - name: '${{ matrix.icon }} Setup Visual Studio' - uses: ilammy/msvc-dev-cmd@v1.12.1 + uses: ilammy/msvc-dev-cmd@v1.13.0 with: arch: ${{ matrix.env }}