From a569f5631d59ce4518a464e6ddb2663d46a66e52 Mon Sep 17 00:00:00 2001 From: Michael Onken Date: Fri, 8 Mar 2024 09:41:32 +0100 Subject: [PATCH] Bumped two further action script versions. Bumbed two further action script versions in order to fix deprecation error for Windows CI build on GitHub. --- .github/workflows/cmake-win.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-win.yml b/.github/workflows/cmake-win.yml index 2056c6012b..8050457784 100644 --- a/.github/workflows/cmake-win.yml +++ b/.github/workflows/cmake-win.yml @@ -15,10 +15,10 @@ jobs: timeout-minutes: 30 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-tags: true - - uses: microsoft/setup-msbuild@v1.1 + - uses: microsoft/setup-msbuild@v2 with: vs-version: '17' msbuild-architecture: x64