From ac0851b5b15e37f14538fae70e5650103e76987f Mon Sep 17 00:00:00 2001 From: iCrawl Date: Fri, 25 Nov 2022 19:55:45 +0100 Subject: [PATCH] ci: fetch with a depth of 5 --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index eaab6e1b9..eb0fbbc28 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,6 +15,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 + with: + fetch-depth: 5 - name: Install node.js v16 uses: actions/setup-node@v3