From 5b9b46c0d051a8b216c7aeaf29976f1c92eba02f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 20:45:24 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 --- .github/workflows/tla-spec-ai-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tla-spec-ai-review.yml b/.github/workflows/tla-spec-ai-review.yml index e2f0c35a3..6f7f8799b 100644 --- a/.github/workflows/tla-spec-ai-review.yml +++ b/.github/workflows/tla-spec-ai-review.yml @@ -96,7 +96,7 @@ jobs: - name: Post AI-review request comment if: steps.changed.outputs.count != '0' - uses: actions/github-script@v7 + uses: actions/github-script@v9 env: PR_NUMBER: ${{ github.event.pull_request.number }} HEAD_SHA: ${{ github.event.pull_request.head.sha }}