From e05ae6c36e22e536dcd40049864e36bc07b4abad Mon Sep 17 00:00:00 2001 From: AnotherSeawhite <52661206+AnotherSeawhite@users.noreply.github.com> Date: Mon, 8 Apr 2024 20:01:12 +0900 Subject: [PATCH] Meet the Engineer --- .github/workflows/msvc-full-features.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/msvc-full-features.yml b/.github/workflows/msvc-full-features.yml index 95b3298b7fd06..7dfe56f86b812 100644 --- a/.github/workflows/msvc-full-features.yml +++ b/.github/workflows/msvc-full-features.yml @@ -54,7 +54,7 @@ jobs: make - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.3.1 + uses: microsoft/setup-msbuild@v2 - name: Use GNU tar to enable zstd for actions/cache run: | @@ -77,7 +77,7 @@ jobs: vcpkg integrate install --vcpkg-root '${{ runner.workspace }}\b\vcpkg' - name: Download ccache - uses: robinraju/release-downloader@v1.4 + uses: robinraju/release-downloader@v1.9 with: repository: 'ccache/ccache' tag: 'v4.6.1'