From 86694ddc859188527b8c2a01e13f5ed4eccedb1d Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 28 Sep 2021 18:43:33 +0300 Subject: [PATCH] ci: bump up fetch-depth to 10 for the bootstrapping CI jobs --- .github/workflows/ci_bootstrapping_works.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_bootstrapping_works.yml b/.github/workflows/ci_bootstrapping_works.yml index 5fedc65453..8926d2dcf0 100644 --- a/.github/workflows/ci_bootstrapping_works.yml +++ b/.github/workflows/ci_bootstrapping_works.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - fetch-depth: 5 + fetch-depth: 10 - name: Build v run: make @@ -57,7 +57,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - fetch-depth: 5 + fetch-depth: 10 - name: Build V run: make && ./v -cg -cstrict -o v cmd/v