diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-08-18 03:17:56 +0000 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-08-18 05:04:54 -0700 |
| commit | 072efe81f8dc45f4dfa70f148360c8ed642814b3 (patch) | |
| tree | 4b9916f9c5e0605e19eee181b8d595cb9c57112d /.github/workflows/commit-validation-pr.yml | |
| parent | 1ac4030c1a36e5c6bd2f5bb554cd3d87b46713e3 (diff) | |
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](https://github.com/actions/checkout/compare/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] <[email protected]>
Diffstat (limited to '.github/workflows/commit-validation-pr.yml')
| -rw-r--r-- | .github/workflows/commit-validation-pr.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/commit-validation-pr.yml b/.github/workflows/commit-validation-pr.yml index 80311326c..ba2ea4e1e 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@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Check commit message length |
