From 43acf87a9557b77ab8c39e5b5b2bf11a84e4848b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:03:41 +0000 Subject: [PATCH] Update actions/github-script action to v7 --- .github/workflows/pr-terraform.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-terraform.yaml b/.github/workflows/pr-terraform.yaml index 82f8af07..7e49f396 100644 --- a/.github/workflows/pr-terraform.yaml +++ b/.github/workflows/pr-terraform.yaml @@ -86,7 +86,7 @@ jobs: TF_WORKSPACE: prod GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 if: github.event_name == 'pull_request' env: PLAN_STAGING: "terraform\n${{ steps.plan-staging.outputs.stdout }}"