ci: non-shallow copy

This commit is contained in:
Adam Uhlíř 2024-12-18 15:18:31 +01:00
parent e0cc059286
commit 61052f908a
No known key found for this signature in database
GPG Key ID: 1D17A9E81F76155B

View File

@ -32,6 +32,8 @@ jobs:
fi
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- uses: actions/setup-node@v4
with:
node-version: 20