From c8e34be4d96470f14c50890202700b10ea0db15e Mon Sep 17 00:00:00 2001 From: Paulo Matos Date: Mon, 16 Nov 2020 15:41:43 +0100 Subject: [PATCH] Remove fetch-depth: 0 from actions/checkout Apparently fetch-depth: 0 means fetch everything. Pointed out by @xxyzz in #3502 but I mistakingly pushed before fixing. --- .github/workflows/scribble_build-guide.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/scribble_build-guide.yml b/.github/workflows/scribble_build-guide.yml index c26497cfdd..b3a4db4313 100644 --- a/.github/workflows/scribble_build-guide.yml +++ b/.github/workflows/scribble_build-guide.yml @@ -16,8 +16,6 @@ jobs: steps: - uses: actions/checkout@v2 - with: - fetch-depth: 0 - uses: Bogdanp/setup-racket@v0.10 with: architecture: 'x64'