build(deps): bump actions/github-script from 8 to 9 (#1122)

Integrated into release/v3.6.2
This commit is contained in:
dependabot[bot]
2026-04-11 09:44:24 -03:00
committed by GitHub
parent a344352365
commit c7062bc560

View File

@@ -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");