From de502746a124dd51934e758f5ddec2801edb89fa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 22 Apr 2024 12:15:55 +0200 Subject: [PATCH] Update ilammy/msvc-dev-cmd action to v1.13.0 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bba5107..37e8614 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-conan.sh" | sudo bash - name: Enable Developer Command Prompt - uses: ilammy/msvc-dev-cmd@v1.12.1 + uses: ilammy/msvc-dev-cmd@v1.13.0 - name: Cache conan packages uses: actions/cache@v3