Fetch tags for built phar version info

This commit is contained in:
Niklas Keller
2024-04-03 21:07:12 +02:00
parent b507ddec18
commit 63979e4ec3

View File

@@ -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