Skip to content

Commit 3adab84

Browse files
authored
Merge pull request #3 from structural-explainability/dependabot/github_actions/dieghernan/cff-validator-5
(deps): Bump dieghernan/cff-validator from 4 to 5
2 parents 47a2c9e + 36cc034 commit 3adab84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-md.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ jobs:
6969
- name: B4) Validate CITATION.cff (if present)
7070
# WHY: Ensure CITATION.cff is well-formed without making it mandatory.
7171
if: ${{ steps.detect_citation.outputs.present == 'true' }}
72-
uses: dieghernan/cff-validator@v4
72+
uses: dieghernan/cff-validator@v5
7373
with:
7474
citation-path: CITATION.cff # WHY: Be explicit about the file validated.

0 commit comments

Comments
 (0)