From cdf2160d3b9bc4a7790bd1262b37ccf5f02d7fd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 06:05:17 +0000 Subject: [PATCH] chore(ci)(deps): bump actions/github-script from 7 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index f162873..b228f28 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -36,7 +36,7 @@ jobs: - name: Comment on large PR if: steps.pr_size.outputs.large_pr == 'true' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const changedLines = '${{ steps.pr_size.outputs.changed_lines }}'; @@ -58,7 +58,7 @@ jobs: uses: actions/checkout@v4 - name: Check PR title format - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const title = context.payload.pull_request.title;