From f281be781afb605caf7b9c8bfa13d9d3751cb916 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 03:02:30 +0000 Subject: [PATCH] Bump ilammy/msvc-dev-cmd from 1.7.0 to 1.12.1 Bumps [ilammy/msvc-dev-cmd](https://github.com/ilammy/msvc-dev-cmd) from 1.7.0 to 1.12.1. - [Release notes](https://github.com/ilammy/msvc-dev-cmd/releases) - [Commits](https://github.com/ilammy/msvc-dev-cmd/compare/v1.7.0...v1.12.1) --- 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d46f0d8c..c0593864 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,7 +158,7 @@ jobs: python -m pip install --upgrade meson jinja2 PyYAML - name: Set up Visual Studio command prompt - uses: ilammy/msvc-dev-cmd@v1.7.0 + uses: ilammy/msvc-dev-cmd@v1.12.1 - name: Build the library run: |