From 51e5901a056b7fbc5dda3bdd4d7f34e0e7bcb6ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 07:18:40 +0000 Subject: [PATCH] Bump ilammy/msvc-dev-cmd from 1.12.0 to 1.13.0 Bumps [ilammy/msvc-dev-cmd](https://github.com/ilammy/msvc-dev-cmd) from 1.12.0 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.0...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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6d1b172e..47c3415e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -558,7 +558,7 @@ jobs: git fetch --depth=1 origin +refs/tags/*:refs/tags/* - name: Enable Developer Command Prompt - uses: ilammy/msvc-dev-cmd@v1.12.0 + uses: ilammy/msvc-dev-cmd@v1.13.0 - name: Install Scoop && Scoop packages run: | @@ -645,7 +645,7 @@ jobs: git fetch --depth=1 origin +refs/tags/*:refs/tags/* - name: Enable Developer Command Prompt - uses: ilammy/msvc-dev-cmd@v1.12.0 + uses: ilammy/msvc-dev-cmd@v1.13.0 - name: Install Scoop && Scoop packages run: |