From a5e49b5b1677281cf2e5a5bd6b888e00019618e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 09:07:38 -0400 Subject: [PATCH] build(deps): Bump actions/github-script from 7 to 8 (#25436) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex | Cosmos Labs --- .github/workflows/enforce_signed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/enforce_signed.yml b/.github/workflows/enforce_signed.yml index 677183bded..cfc703a4b8 100644 --- a/.github/workflows/enforce_signed.yml +++ b/.github/workflows/enforce_signed.yml @@ -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;