From 97dc5bd78cc1cac025d94cae5654d9ecbb483d33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 13:32:54 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 6 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...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/claude-docs-drafter.yml | 2 +- .github/workflows/preview-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude-docs-drafter.yml b/.github/workflows/claude-docs-drafter.yml index 419fb52..b1b7b32 100644 --- a/.github/workflows/claude-docs-drafter.yml +++ b/.github/workflows/claude-docs-drafter.yml @@ -122,7 +122,7 @@ jobs: - name: Add docs-draft label if: success() && fromJSON(steps.claude-docs-drafter.outputs.structured_output).needs_docs == true - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | // Create the label if it doesn't exist yet diff --git a/.github/workflows/preview-publish.yml b/.github/workflows/preview-publish.yml index 78634c3..9013c1f 100644 --- a/.github/workflows/preview-publish.yml +++ b/.github/workflows/preview-publish.yml @@ -123,7 +123,7 @@ jobs: fi - name: Comment PR with install instructions - uses: actions/github-script@v6 + uses: actions/github-script@v9 with: script: | const fullPackage = '${{ steps.preview_info.outputs.full_package }}';