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'