From 62456aff7eb036bd28d54b31f48ba69f6564211b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 00:54:53 +0000 Subject: [PATCH] (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](https://github.com/dieghernan/cff-validator/compare/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] --- .github/workflows/ci-md.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-md.yml b/.github/workflows/ci-md.yml index 1734f16..ad84d87 100644 --- a/.github/workflows/ci-md.yml +++ b/.github/workflows/ci-md.yml @@ -71,6 +71,6 @@ jobs: - name: B4) Validate CITATION.cff (if present) # WHY: Ensure CITATION.cff is well-formed without making it mandatory. if: ${{ steps.detect_citation.outputs.present == 'true' }} - uses: dieghernan/cff-validator@v4 + uses: dieghernan/cff-validator@v5 with: citation-path: CITATION.cff # WHY: Be explicit about the file validated.