From 98c5960624a19ab98568f959a8e52aa0ed1fbd45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 17:50:25 +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/markdown-benchmark.yml | 2 +- .github/workflows/preview-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/markdown-benchmark.yml b/.github/workflows/markdown-benchmark.yml index 02c21e1b2a..a39002eb80 100644 --- a/.github/workflows/markdown-benchmark.yml +++ b/.github/workflows/markdown-benchmark.yml @@ -55,7 +55,7 @@ jobs: if: | github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const fs = require('fs'); diff --git a/.github/workflows/preview-deploy.yml b/.github/workflows/preview-deploy.yml index 9ec5a4402b..7e39487f5b 100644 --- a/.github/workflows/preview-deploy.yml +++ b/.github/workflows/preview-deploy.yml @@ -23,7 +23,7 @@ jobs: build-failure: ${{ steps.prep-summary.outputs.build-failure }} steps: - name: summary jobs status - uses: actions/github-script@v8 + uses: actions/github-script@v9 id: prep-summary with: script: |