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.
This commit is contained in:
Paulo Matos 2020-11-16 15:41:43 +01:00
parent c057d5e7a6
commit c8e34be4d9

View File

@ -16,8 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: Bogdanp/setup-racket@v0.10
with:
architecture: 'x64'