From bac344088787b2622575213b5e97394aff883022 Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Thu, 11 Jan 2024 17:43:28 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cabb469..63958be 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,7 @@ jobs: with: # Make sure the release step uses its own credentials. persist-credentials: false + fetch-depth: 0 - name: Setup Node.js id: setup-node @@ -52,6 +53,8 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Inno Setup Action uses: ./