diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27eb8b2..394e856 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: run: terraform plan -no-color -input=false continue-on-error: true - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 if: github.event_name == 'pull_request' env: PLAN: "terraform\n${{ steps.plan.outputs.stdout }}"