We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af20841 commit 93f93a1Copy full SHA for 93f93a1
1 file changed
.github/workflows/check.yml
@@ -19,7 +19,7 @@ jobs:
19
username: ${{ github.actor }}
20
password: ${{ secrets.GITHUB_TOKEN }}
21
22
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
23
- name: Check test/consistent.bib
24
uses: ./
25
with:
@@ -34,7 +34,7 @@ jobs:
34
if: steps.inconsistent.outcome == 'success'
35
run: exit 1
36
37
38
39
repository: JabRef/jabref-demonstration-libraries
40
path: jabref-demonstration-libraries
0 commit comments