From 78ecf3749bce584b701325620547dd3aaa32fc59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Ayerdis=20Espinoza?= Date: Wed, 13 Mar 2024 23:55:21 -0600 Subject: [PATCH] Update fetch depth --- .github/workflows/article-validator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/article-validator.yml b/.github/workflows/article-validator.yml index e6851cd..96776a7 100644 --- a/.github/workflows/article-validator.yml +++ b/.github/workflows/article-validator.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout Code uses: actions/checkout@v3 with: - fetch-depth: 2 + fetch-depth: 0 - run: echo "Checkout code" - name: Setup Python ${{ matrix.python-version}}