From 56abb153336680763955c2c023bf0e664471e342 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 08:44:30 +0900 Subject: [PATCH] Bump actions/github-script from 6 to 7 (#3549) Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 5f2b563ca..c9c47eb86 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@v6 + uses: actions/github-script@v7 with: script: | const fs = require('fs'); diff --git a/.github/workflows/post-benchmark-ssr.yml b/.github/workflows/post-benchmark-ssr.yml index 6cddabd88..11319fd5d 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@v6 + uses: actions/github-script@v7 with: script: | const commentInfo = { diff --git a/.github/workflows/post-size-cmp.yml b/.github/workflows/post-size-cmp.yml index ddd3f0510..9cfe362dc 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@v6 + uses: actions/github-script@v7 with: script: | const commentInfo = {