aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/commit-validation-pr.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-11-24 10:48:37 +0100
committerGitHub <[email protected]>2025-11-24 10:48:37 +0100
commit5d3b2916d616902d205146c108629053516fd9f4 (patch)
tree1b979421f4fc0a3cd41c03ff7c93355933d040a7 /.github/workflows/commit-validation-pr.yml
parent36b1f73a5dcd8c277e3f1812d6d92195047058ab (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-pr.yml')
-rw-r--r--.github/workflows/commit-validation-pr.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/commit-validation-pr.yml b/.github/workflows/commit-validation-pr.yml
index ba2ea4e1e..ce5bf1b22 100644
--- a/.github/workflows/commit-validation-pr.yml
+++ b/.github/workflows/commit-validation-pr.yml
@@ -8,7 +8,7 @@ jobs:
check-commit-msg-length:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Check commit message length