From 2ba0ace493a9eba87967ebf148f34ce3c1caab5f Mon Sep 17 00:00:00 2001 From: Michael Feher Date: Thu, 27 Jun 2024 23:35:15 -0400 Subject: [PATCH] ci: update fetch depth --- .github/workflows/acceptance.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index 30accf9..2004045 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -8,7 +8,9 @@ jobs: node-version: [ 18.x, 20.x, 21.x, 22.x ] steps: - name: Checkout - uses: actions/checkout@master + uses: actions/checkout@4 + with: + fetch-depth: 0 - name: Use Node.js uses: actions/setup-node@v4 with: