From 6a37c83459e6d1642e64efbdc5384e80e503c312 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 08:52:30 +0000 Subject: [PATCH] Update actions/github-script action to v8 --- .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 a610f11..a5448bf 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@v8 with: script: | const prNumber = '${{ github.event.client_payload.pr_number }}';