From 075fd8e5c7156da25c175d25023a7765fbbe37a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 21:04:39 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 8 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...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/coverage.yml | 4 ++-- .github/workflows/deploy.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 49956f636..c897ce6b3 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -106,7 +106,7 @@ jobs: - name: Get main branch coverage for comparison if: github.event_name == 'pull_request' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | // Find the latest successful coverage run on main that has the baseline artifact @@ -166,7 +166,7 @@ jobs: - name: Post coverage comment on PR if: github.event_name == 'pull_request' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const prCoverage = parseFloat(process.env.PR_COVERAGE || '0.00'); diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7518c61f9..94887c922 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: - name: Find latest successful workflow runs id: find-runs - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | // Find latest successful docs run