From 126ffe0182a3ffc4aef19d0a5731cdae802bac92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:49:14 +0000 Subject: [PATCH] Bump dieghernan/cff-validator from 3 to 4 Bumps [dieghernan/cff-validator](https://github.com/dieghernan/cff-validator) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: dieghernan/cff-validator dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cff-validator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cff-validator.yml b/.github/workflows/cff-validator.yml index 0b56a68..0b0701b 100644 --- a/.github/workflows/cff-validator.yml +++ b/.github/workflows/cff-validator.yml @@ -15,4 +15,4 @@ jobs: uses: actions/checkout@v4 - name: Validate CITATION.cff - uses: dieghernan/cff-validator@v3 \ No newline at end of file + uses: dieghernan/cff-validator@v4 \ No newline at end of file