ci: non-shallow copy

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

View File

@ -31,9 +31,10 @@ jobs:
echo "OPENAPI_URL=${{ github.event.inputs.openapi_url }}" >> $GITHUB_ENV
fi
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: '0'
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20