bump actions/github-script from @v6 to @v7

This commit is contained in:
anthony 2024-04-27 08:40:57 -04:00 committed by GitHub
parent 1f0219f06b
commit b7c07db383
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -111,7 +111,7 @@ steps:
run: terraform plan -no-color
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 }}"