Skip to content

Commit 734f605

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

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.actor == 'dependabot[bot]'
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
with:
1616
show-progress: ''
1717
- name: Merge PR

.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@v5
22+
- uses: actions/checkout@v6
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@v5
37+
- uses: actions/checkout@v6
3838
with:
3939
repository: JabRef/jabref-demonstration-libraries
4040
path: jabref-demonstration-libraries

0 commit comments

Comments
 (0)