From 03aaf3fe4d4d1eb5f4fe62fcf19b4f9a2169315c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 16:45:40 +0000 Subject: [PATCH] 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 92ff7f8..b3ccb4d 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -76,7 +76,7 @@ jobs: fetch-depth: 0 - name: Check PR size - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const { data: diff } = await github.rest.repos.compareCommits({ @@ -141,7 +141,7 @@ jobs: - name: Comment on dependency changes if: steps.dep-changes.outputs.changed == 'true' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | github.rest.issues.createComment({