From 6a4f99417aaa701e3b0cd9b50c28a022db2eedfb Mon Sep 17 00:00:00 2001 From: Steve Rushby Date: Mon, 4 Nov 2024 14:12:50 +0000 Subject: [PATCH] chore: add fetch depth to checkout command --- .github/workflows/ci-build-and-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-build-and-test.yml b/.github/workflows/ci-build-and-test.yml index 659462a..be9f8b4 100644 --- a/.github/workflows/ci-build-and-test.yml +++ b/.github/workflows/ci-build-and-test.yml @@ -21,6 +21,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Setup Node.js uses: actions/setup-node@v3