diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-11-24 10:48:37 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-24 10:48:37 +0100 |
| commit | 5d3b2916d616902d205146c108629053516fd9f4 (patch) | |
| tree | 1b979421f4fc0a3cd41c03ff7c93355933d040a7 /.github/workflows/commit-validation.yml | |
| parent | 36b1f73a5dcd8c277e3f1812d6d92195047058ab (diff) | |
Bump actions/checkout from 5 to 6 (#11302)
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](https://github.com/actions/checkout/compare/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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/commit-validation.yml')
| -rw-r--r-- | .github/workflows/commit-validation.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/commit-validation.yml b/.github/workflows/commit-validation.yml index 94fe32368..ed9738442 100644 --- a/.github/workflows/commit-validation.yml +++ b/.github/workflows/commit-validation.yml @@ -8,7 +8,7 @@ jobs: check-commit-msg-length: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Check commit message length id: check-commit-msg-length uses: actions/github-script@v8 |
