build(deps): Bump actions/github-script from 7 to 8 (#25436)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
This commit is contained in:
dependabot[bot] 2025-10-10 09:07:38 -04:00 committed by GitHub
parent ee19321c80
commit a5e49b5b16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ jobs:
steps:
- name: Verify all PR commits are signed
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const { owner, repo } = context.repo;