We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47a2c9e + 36cc034 commit 3adab84Copy full SHA for 3adab84
1 file changed
.github/workflows/ci-md.yml
@@ -69,6 +69,6 @@ jobs:
69
- name: B4) Validate CITATION.cff (if present)
70
# WHY: Ensure CITATION.cff is well-formed without making it mandatory.
71
if: ${{ steps.detect_citation.outputs.present == 'true' }}
72
- uses: dieghernan/cff-validator@v4
+ uses: dieghernan/cff-validator@v5
73
with:
74
citation-path: CITATION.cff # WHY: Be explicit about the file validated.
0 commit comments