From 30fac82e674b4f26289a5543b45bb230374bd434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 11:26:22 +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/ci.yml | 2 +- .github/workflows/metrics.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a85e4b2..fc13ca0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -234,7 +234,7 @@ jobs: continue-on-error: true - name: Comment benchmark results - uses: actions/github-script@v7 + uses: actions/github-script@v8 if: always() with: script: | diff --git a/.github/workflows/metrics.yml b/.github/workflows/metrics.yml index 767c50a..551ac77 100644 --- a/.github/workflows/metrics.yml +++ b/.github/workflows/metrics.yml @@ -83,7 +83,7 @@ jobs: - name: Comment PR with Metrics if: github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs'); diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0bb5961..be5f2dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -188,7 +188,7 @@ jobs: if: always() steps: - name: Update release with build status - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const release = await github.rest.repos.getReleaseByTag({