From 045dbe8213536051abbd275091b5226e28db08b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 20:30:37 +0000 Subject: [PATCH] :arrow_up: Bump ilammy/msvc-dev-cmd from 1.9.0 to 1.12.0 Bumps [ilammy/msvc-dev-cmd](https://github.com/ilammy/msvc-dev-cmd) from 1.9.0 to 1.12.0. - [Release notes](https://github.com/ilammy/msvc-dev-cmd/releases) - [Commits](https://github.com/ilammy/msvc-dev-cmd/compare/v1.9.0...v1.12.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/build-game.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-game.yml b/.github/workflows/build-game.yml index 1f1f97a51c..4288e03fb0 100644 --- a/.github/workflows/build-game.yml +++ b/.github/workflows/build-game.yml @@ -44,7 +44,7 @@ jobs: run: choco install ninja sccache -y - name: Enable Developer Command Prompt - uses: ilammy/msvc-dev-cmd@v1.9.0 + uses: ilammy/msvc-dev-cmd@v1.12.0 - name: Build run: |