From 51630ee2a84e5570370c455a25abc00dc3169dc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:08:10 +0000 Subject: [PATCH] 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/cloudflare-preview.yml | 2 +- .github/workflows/fork-preview-deploy.yml | 2 +- .github/workflows/pr-preview-check.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cloudflare-preview.yml b/.github/workflows/cloudflare-preview.yml index c9152ddb2f..cf2a2bafdf 100644 --- a/.github/workflows/cloudflare-preview.yml +++ b/.github/workflows/cloudflare-preview.yml @@ -36,7 +36,7 @@ jobs: command: pages deploy ./_site --project-name=rdoc --branch="${{ github.event.client_payload.pr_number }}-preview" - name: Comment on PR with preview URL - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.MATZBOT_GITHUB_TOKEN }} script: | diff --git a/.github/workflows/fork-preview-deploy.yml b/.github/workflows/fork-preview-deploy.yml index 9261e9f63d..c69804e2e0 100644 --- a/.github/workflows/fork-preview-deploy.yml +++ b/.github/workflows/fork-preview-deploy.yml @@ -21,7 +21,7 @@ jobs: run-id: ${{ github.event.workflow_run.id }} - name: Read PR information and trigger deployment - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const fs = require('fs'); diff --git a/.github/workflows/pr-preview-check.yml b/.github/workflows/pr-preview-check.yml index 497a226584..74310d88b8 100644 --- a/.github/workflows/pr-preview-check.yml +++ b/.github/workflows/pr-preview-check.yml @@ -13,7 +13,7 @@ jobs: contents: write steps: - name: Trigger preview deployment - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |