From a67ed5a9afa83b57eea541519bdd35582b46859f Mon Sep 17 00:00:00 2001 From: Raffaello Bertini Date: Fri, 10 Nov 2023 08:19:00 +0000 Subject: [PATCH] update ci windows (#274) --- .github/workflows/ci-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index dbf4159f..572b4549 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -57,7 +57,7 @@ jobs: run: | cd C:\vcpkg git fetch - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: create build dir run: mkdir build - uses: actions/cache@v2