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 }}';