diff --git a/.github/workflows/terraform-plan.yml b/.github/workflows/terraform-plan.yml index 9c907b2..d00d630 100644 --- a/.github/workflows/terraform-plan.yml +++ b/.github/workflows/terraform-plan.yml @@ -44,7 +44,7 @@ jobs: plan: ${{ fromJSON(steps.plan-run.outputs.payload).data.relationships.plan.data.id }} - name: Update PR - uses: actions/github-script@v6 + uses: actions/github-script@v7 id: plan-comment with: github-token: ${{ secrets.GITHUB_TOKEN }}