aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-09-08 02:02:22 +0000
committerJohn MacFarlane <[email protected]>2025-09-08 09:17:43 +0200
commit347fbb1ab28ace21c988aa2b0cc6285feb64795f (patch)
tree18a29d7bc861ee9e994c3cd21cbd7631195d7f12 /.github
parentf0f10ec91db5994473219e4a1303c02f869ebebf (diff)
Bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/commit-validation.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/commit-validation.yml b/.github/workflows/commit-validation.yml
index 4bd94a4d9..94fe32368 100644
--- a/.github/workflows/commit-validation.yml
+++ b/.github/workflows/commit-validation.yml
@@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v5
- name: Check commit message length
id: check-commit-msg-length
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
with:
result-encoding: json
script: |