From e43479643439411bad59b142dca9af47fa316f6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 06:07:31 +0000 Subject: [PATCH] ci(deps): bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/performance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 2a2eb5b3..5781a7b6 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -205,7 +205,7 @@ jobs: - name: Comment Performance Results on PR if: github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs'); @@ -383,7 +383,7 @@ jobs: fi - name: Comment Regression Analysis - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs');