From ca76e1cc24edc6a15a0dfa2886f541a402c40b26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 08:27:56 +0000 Subject: [PATCH] build(deps): bump actions/github-script in / Bumps [actions/github-script](https://github.com/actions/github-script) in `/` from 8 to 9. Updates `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) Updates `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 dependency-group: github_actions - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/docs-preview-local.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-preview-local.yml b/.github/workflows/docs-preview-local.yml index c0ddcb19c3..2bde135aaf 100644 --- a/.github/workflows/docs-preview-local.yml +++ b/.github/workflows/docs-preview-local.yml @@ -416,7 +416,7 @@ jobs: pull-requests: write steps: - name: Comment handbook preview links on PR - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: PATH_PREFIX: ${{ needs.build.outputs.path_prefix }} ALL_CHANGED_FILES: ${{ needs.check.outputs.all_changed_files }}