From a9071a38d229e845bfb48ddd180472e2898a1485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 03:24:11 +0000 Subject: [PATCH] chore(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/post-benchmark-core.yml | 2 +- .github/workflows/post-benchmark-ssr.yml | 2 +- .github/workflows/post-size-cmp.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/post-benchmark-core.yml b/.github/workflows/post-benchmark-core.yml index 6fb65507ef8..2281d8c287d 100644 --- a/.github/workflows/post-benchmark-core.yml +++ b/.github/workflows/post-benchmark-core.yml @@ -46,7 +46,7 @@ jobs: run: echo "PR_NUMBER=$(cat benchmark-core/.PR_NUMBER)" >> $GITHUB_ENV - name: Post Comment - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const fs = require('fs'); diff --git a/.github/workflows/post-benchmark-ssr.yml b/.github/workflows/post-benchmark-ssr.yml index cbe0fca8275..bd326ba583e 100644 --- a/.github/workflows/post-benchmark-ssr.yml +++ b/.github/workflows/post-benchmark-ssr.yml @@ -31,7 +31,7 @@ jobs: run: echo "PR_NUMBER=$(cat benchmark-ssr/.PR_NUMBER)" >> $GITHUB_ENV - name: Post Comment - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const commentInfo = { diff --git a/.github/workflows/post-size-cmp.yml b/.github/workflows/post-size-cmp.yml index 81a9348165b..f398d8de735 100644 --- a/.github/workflows/post-size-cmp.yml +++ b/.github/workflows/post-size-cmp.yml @@ -36,7 +36,7 @@ jobs: run: python3 ci/make_example_size_cmt.py - name: Post Comment - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const commentInfo = {