From a82343e89418313a8ef5f9e08f4387a36344338b Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sat, 18 May 2024 17:28:42 +0200 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1d7574d4..b5d948fc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,9 @@ jobs: php: [ '8.1', '8.2' ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 + with: + fetch-depth: 2 - name: Setup PHP uses: shivammathur/setup-php@v2