From 696cd2c612cf062d1d6953077b481760fe33f430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 15:08:25 +0000 Subject: [PATCH] Bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' 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 c13476a259..c7a64df713 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@v7 + uses: actions/github-script@v8 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 a6a58b17ea..ce0cce69d0 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@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs'); diff --git a/.github/workflows/pr-preview-check.yml b/.github/workflows/pr-preview-check.yml index 0fc34e29dd..9b6898f6ee 100644 --- a/.github/workflows/pr-preview-check.yml +++ b/.github/workflows/pr-preview-check.yml @@ -11,7 +11,7 @@ jobs: if: github.event.pull_request.head.repo.fork == false steps: - name: Trigger preview deployment - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |