From 63979e4ec34fcdbfb3c3cface9d3e6cd47e0611b Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Wed, 3 Apr 2024 21:07:12 +0200 Subject: [PATCH] Fetch tags for built phar version info --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15d1b55..7e47957 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,9 @@ jobs: git config --global core.eol lf - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup PHP uses: shivammathur/setup-php@v2