From c7062bc560e73a48faaee5df8b93e063cb0bfdaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 09:44:24 -0300 Subject: [PATCH] build(deps): bump actions/github-script from 8 to 9 (#1122) Integrated into release/v3.6.2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8123f0dc73..db3d2fdfa1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -281,7 +281,7 @@ jobs: echo "This PR changes production code in \`src/\`, \`open-sse/\`, \`electron/\`, or \`bin/\` without accompanying automated tests." fi } > .artifacts/pr-coverage-comment.md - - uses: actions/github-script@v8 + - uses: actions/github-script@v9 with: script: | const fs = require("fs");