From f6ea83789b52c163e778f25e7f0ff4fee5b9684c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 00:08:01 +0000 Subject: [PATCH] Update actions/github-script action to v9 --- .github/workflows/deploy-complete.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-complete.yml b/.github/workflows/deploy-complete.yml index a610f1143d..f8d50ebd77 100644 --- a/.github/workflows/deploy-complete.yml +++ b/.github/workflows/deploy-complete.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 💬 Post deploy info to PR - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const prNumber = '${{ github.event.client_payload.pr_number }}';