From 184b18cc3aeb4016bf965004501d520f6fad3710 Mon Sep 17 00:00:00 2001 From: Mikulas Florek Date: Tue, 3 Dec 2024 01:09:58 +0100 Subject: [PATCH] github ci - checkout@v2 --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4f70054a70..d18ad44d94 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,9 +4,7 @@ jobs: windows: runs-on: windows-2022 steps: - - uses: actions/checkout@v1 - with: - fetch-depth: 1 + - uses: actions/checkout@v2 - name: fetch maps plugin working-directory: scripts run: |