diff --git a/.github/workflows/cmake-win.yml b/.github/workflows/cmake-win.yml index 8050457784..2756b6ca7a 100644 --- a/.github/workflows/cmake-win.yml +++ b/.github/workflows/cmake-win.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 30 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v4 with: fetch-tags: true - uses: microsoft/setup-msbuild@v2