Skip to content

Commit 36cc034

Browse files
(deps): Bump dieghernan/cff-validator from 4 to 5
Bumps [dieghernan/cff-validator](https://github.com/dieghernan/cff-validator) from 4 to 5. - [Release notes](https://github.com/dieghernan/cff-validator/releases) - [Changelog](https://github.com/dieghernan/cff-validator/blob/main/CHANGELOG.md) - [Commits](dieghernan/cff-validator@v4...v5) --- updated-dependencies: - dependency-name: dieghernan/cff-validator dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c383e92 commit 36cc034

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
@@ -71,6 +71,6 @@ jobs:
7171
- name: B4) Validate CITATION.cff (if present)
7272
# WHY: Ensure CITATION.cff is well-formed without making it mandatory.
7373
if: ${{ steps.detect_citation.outputs.present == 'true' }}
74-
uses: dieghernan/cff-validator@v4
74+
uses: dieghernan/cff-validator@v5
7575
with:
7676
citation-path: CITATION.cff # WHY: Be explicit about the file validated.

0 commit comments

Comments
 (0)