From 94caf8d36da2a942f420bc1842a9e6d5c683ceb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=93=E2=82=AC=E7=BB=BE=E8=B7=A8=E4=BC=92=7CDeal?= Date: Thu, 13 Oct 2022 23:16:25 +0800 Subject: [PATCH] Update windows-ci.yml --- .github/workflows/windows-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index 19c5892498..0c10dd9318 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -27,12 +27,12 @@ jobs: BUILD_ARCH: ${{ matrix.arch }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: 'recursive' - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 - uses: ilammy/msvc-dev-cmd@v1.11.0 with: