Skip to content

Commit 93f93a1

Browse files
Bump actions/checkout from 4 to 5 (#9)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent af20841 commit 93f93a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
username: ${{ github.actor }}
2020
password: ${{ secrets.GITHUB_TOKEN }}
2121

22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- name: Check test/consistent.bib
2424
uses: ./
2525
with:
@@ -34,7 +34,7 @@ jobs:
3434
if: steps.inconsistent.outcome == 'success'
3535
run: exit 1
3636

37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838
with:
3939
repository: JabRef/jabref-demonstration-libraries
4040
path: jabref-demonstration-libraries

0 commit comments

Comments
 (0)