From 529128f91afad0a2f17d56afd52f94de7c1e39c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 01:25:53 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 --- .github/workflows/fork-preview-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fork-preview-deploy.yml b/.github/workflows/fork-preview-deploy.yml index a2d8630aeee..045d3404480 100644 --- a/.github/workflows/fork-preview-deploy.yml +++ b/.github/workflows/fork-preview-deploy.yml @@ -95,7 +95,7 @@ jobs: CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} - name: Upsert preview comment - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: PREVIEW_URL: ${{ steps.deploy.outputs.preview_url }} HEAD_REF: ${{ steps.meta.outputs.head_ref }}