From f044e5cab348d687c81d905949b9c6c9f2ce9422 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 18 Oct 2022 19:28:40 +0200 Subject: [PATCH] Avoid deprecation warnings for gha-setup-vsdevenv action Switch to a local fork of the action using node 16 and latest actions/core package as both are necessary to avoid getting deprecation warnings. --- .github/workflows/ci_cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cmake.yml b/.github/workflows/ci_cmake.yml index 4e57367bd8..0239e2c1e3 100644 --- a/.github/workflows/ci_cmake.yml +++ b/.github/workflows/ci_cmake.yml @@ -121,7 +121,7 @@ jobs: # required for CMake to find Ninja - name: "[Windows] Set up MSVC Developer Command Prompt" if: runner.os == 'Windows' - uses: seanmiddleditch/gha-setup-vsdevenv@v3 + uses: wxWidgets/gha-setup-vsdevenv@ac61ecb4b05909261f8f375601c0e15aabdd9f10 - name: Configuring run: |