We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cfe5de + 857a2a5 commit bf1a2a7Copy full SHA for bf1a2a7
1 file changed
.github/workflows/build.yml
@@ -153,6 +153,6 @@ jobs:
153
- name: "Check: copyright declarations"
154
run: mvn apache-rat:check --settings $SETTINGS_FILE -V || (find . -type f -name 'rat*.txt' -print | xargs grep -l unapproved | xargs cat; exit 1)
155
- name: "Check: CITATION.cff validity"
156
- uses: dieghernan/cff-validator@v4
+ uses: dieghernan/cff-validator@v5
157
with:
158
install-r: true
0 commit comments