From 8a9c929e6bea63627c768590ea42b1e9158292a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 03:39:59 +0000 Subject: [PATCH] ci: 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/offline-guarantee.yml | 2 +- .github/workflows/performance-regression.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/offline-guarantee.yml b/.github/workflows/offline-guarantee.yml index fb7052f..08d7b82 100644 --- a/.github/workflows/offline-guarantee.yml +++ b/.github/workflows/offline-guarantee.yml @@ -109,7 +109,7 @@ jobs: if: always() - name: Comment PR with offline status - uses: actions/github-script@v7 + uses: actions/github-script@v8 if: github.event_name == 'pull_request' && always() with: script: | diff --git a/.github/workflows/performance-regression.yml b/.github/workflows/performance-regression.yml index fa9aebb..072c5d2 100644 --- a/.github/workflows/performance-regression.yml +++ b/.github/workflows/performance-regression.yml @@ -81,7 +81,7 @@ jobs: if: always() - name: Comment PR with results - uses: actions/github-script@v7 + uses: actions/github-script@v8 if: github.event_name == 'pull_request' && always() with: script: |