mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-15 16:12:35 +00:00
bump actions/github-script from @v6 to @v7 (#411)
* bump `actions/github-script` from `@v6` to `@v7` * update ref `@v6` to `@v7` * Update README.md
This commit is contained in:
parent
1f0219f06b
commit
e6e8bf240a
1 changed files with 2 additions and 2 deletions
|
|
@ -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 }}"
|
||||
|
|
@ -179,7 +179,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 }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue