From 75d73ad346486e3a54fe13fdb510e2a93b01b313 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 08:22:06 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v7 --- 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 e7e2170..dbb9be8 100644 --- a/sync-root/.github/workflows/terraform-validation.yaml +++ b/sync-root/.github/workflows/terraform-validation.yaml @@ -60,7 +60,7 @@ jobs: terraform init terraform test - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 if: github.event_name == 'pull_request' || always() with: github-token: ${{ secrets.GITHUB_TOKEN }}