From 7e30b8c02939610becbe869e412dce92bf7eb79e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 01:37:35 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 --- .github/actions/deploy-to-cloudflare-pages/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/deploy-to-cloudflare-pages/action.yml b/.github/actions/deploy-to-cloudflare-pages/action.yml index 4f7a4a177a..a3a22f9fef 100644 --- a/.github/actions/deploy-to-cloudflare-pages/action.yml +++ b/.github/actions/deploy-to-cloudflare-pages/action.yml @@ -55,7 +55,7 @@ runs: # Post deployment URL as PR comment - name: Comment PR with Preview URL if: github.event_name == 'pull_request' - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: COMMENT_BODY: ${{ inputs.comment_body }} PRODUCTION_URL: ${{ inputs.production_url }}