From cab4928b349b0ff293e74efff815f561265111df Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 1 Mar 2024 13:52:17 +0000 Subject: [PATCH] Bump the versions of some CI actions to avoid deprecation warnings --- .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 30b14dc36..91e0296c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 100 - name: Check commit messages @@ -130,7 +130,7 @@ jobs: curl https://renderdoc.org/qrenderdoc_3rdparty.zip -O 7z x qrenderdoc_3rdparty.zip - name: Set up Visual Studio tools - uses: microsoft/setup-msbuild@v1.1 + uses: microsoft/setup-msbuild@v2 - name: Building solution run: msbuild.exe renderdoc.sln "/m" "/p:Configuration=${{ matrix.configuration }}" "/p:Platform=${{ matrix.platform }}" "/p:PlatformToolset=${{ matrix.toolset }}" shell: powershell