From 22cf9f1f0e3e0e8aac80f27bb0f55bc4660e2c72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 09:56:55 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9.0.0 --- sync-root/.github/workflows/terraform-validation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync-root/.github/workflows/terraform-validation.yaml b/sync-root/.github/workflows/terraform-validation.yaml index 0860ca5..82fcf99 100644 --- a/sync-root/.github/workflows/terraform-validation.yaml +++ b/sync-root/.github/workflows/terraform-validation.yaml @@ -68,7 +68,7 @@ jobs: terraform test - name: Comment CI results - uses: actions/github-script@v7 + uses: actions/github-script@v9 if: github.event_name == 'pull_request' || always() with: github-token: ${{ secrets.GITHUB_TOKEN }}