Skip to content

Commit 0ac7e31

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent af20841 commit 0ac7e31

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)