From 98a1f9a9d6349327c14dcc37d78e35aa2d8e89c4 Mon Sep 17 00:00:00 2001 From: A13501350 <18516149786@163.com> Date: Sat, 25 Oct 2025 02:22:35 +0800 Subject: [PATCH] fix: pinning commit for some action --- .github/workflows/test-ci-windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-ci-windows.yml b/.github/workflows/test-ci-windows.yml index f616b48b..c340d55b 100644 --- a/.github/workflows/test-ci-windows.yml +++ b/.github/workflows/test-ci-windows.yml @@ -74,12 +74,12 @@ jobs: - name: Restore vcpkg cache id: vcpkg-cache - uses: TAServers/vcpkg-cache@v3 + uses: TAServers/vcpkg-cache@e848939f754daf406a06006be2e05eb5b17cc481 with: token: ${{ secrets.GITHUB_TOKEN }} prefix: vcpkg-iis-module-${{ matrix.arch }}/ - - uses: ammaraskar/msvc-problem-matcher@master + - uses: ammaraskar/msvc-problem-matcher@1ebcb382869bfdc2cc645e8a2a43b6d319ea1cc0 - name: Configure CMake for IIS Module env: