From 2e700acd6cf701bf1c8634ac6bd8492545c28db5 Mon Sep 17 00:00:00 2001 From: Edgar Date: Tue, 21 May 2024 09:56:56 +0200 Subject: [PATCH] :arrow_up: Update build-deps.yml --- .github/workflows/build-deps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-deps.yml b/.github/workflows/build-deps.yml index e434861b..f15afe82 100644 --- a/.github/workflows/build-deps.yml +++ b/.github/workflows/build-deps.yml @@ -7,7 +7,7 @@ jobs: name: Building windows deps runs-on: windows-2019 steps: - - uses: actions/checkout@v4.1.0 + - uses: actions/checkout@v4 - name: Enable Developer Command Prompt uses: ilammy/msvc-dev-cmd@v1.13.0 @@ -22,4 +22,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: Dependencies_Windows - path: Dependencies_Windows_Visual-Studio-16-2019 \ No newline at end of file + path: Dependencies_Windows_Visual-Studio-16-2019