From 8618ddb260a3844e6128072dde398471f00f9513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 00:18:34 +0000 Subject: [PATCH] build(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/track-website-changes.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/track-website-changes.yml b/.github/workflows/track-website-changes.yml index a2cc219..dc4eb40 100644 --- a/.github/workflows/track-website-changes.yml +++ b/.github/workflows/track-website-changes.yml @@ -54,7 +54,7 @@ jobs: - name: Extract issue title and body if: steps.check.outputs.skip != 'true' id: extract - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | @@ -68,7 +68,7 @@ jobs: return await require('./extract-title-and-body.js')(path, url, title_match, title_replacement, body_match, body_replacement) - name: Open an issue (maybe) if: steps.check.outputs.skip != 'true' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |