Skip to content

Commit bf1a2a7

Browse files
authored
Merge pull request #1470 from SpiNNakerManchester/dependabot/github_actions/dieghernan/cff-validator-5
Bump dieghernan/cff-validator from 4 to 5
2 parents 1cfe5de + 857a2a5 commit bf1a2a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,6 @@ jobs:
153153
- name: "Check: copyright declarations"
154154
run: mvn apache-rat:check --settings $SETTINGS_FILE -V || (find . -type f -name 'rat*.txt' -print | xargs grep -l unapproved | xargs cat; exit 1)
155155
- name: "Check: CITATION.cff validity"
156-
uses: dieghernan/cff-validator@v4
156+
uses: dieghernan/cff-validator@v5
157157
with:
158158
install-r: true

0 commit comments

Comments
 (0)