From 2c4d4139678535832612f3ed47f8708e770c74e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 09:30:54 +0000 Subject: [PATCH] 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/citation-cff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/citation-cff.yml b/.github/workflows/citation-cff.yml index 1023077..5a93e67 100644 --- a/.github/workflows/citation-cff.yml +++ b/.github/workflows/citation-cff.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Validate CITATION.cff - uses: dieghernan/cff-validator@v4 + uses: dieghernan/cff-validator@v5 env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}