Commit d4f61b62 for tesseract
commit d4f61b6207e2b4c7be8349bfff4bb8bd64263440
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon Aug 17 08:09:27 2026 +0200
Bump actions/checkout from 4 to 7 (#4607)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v7)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/check-commit.yml b/.github/workflows/check-commit.yml
index 1765b344..e1cd3fbd 100644
--- a/.github/workflows/check-commit.yml
+++ b/.github/workflows/check-commit.yml
@@ -14,7 +14,7 @@ jobs:
steps:
- name: Check out repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v7
with:
# Fetch full history so we can walk all commits in the PR
fetch-depth: 0