From bd78616fdf67c69f5a4482821e67b9d8c413ffe7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 09:49:02 +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 }}