Skip to content

Commit

Permalink
bump actions/github-script from @v6 to @v7 (#411)
Browse files Browse the repository at this point in the history
* bump `actions/github-script` from `@v6` to  `@v7`

* update ref `@v6` to `@v7`

* Update README.md
  • Loading branch information
brignano committed Apr 30, 2024
1 parent 1f0219f commit e6e8bf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down Expand Up @@ -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 }}"
Expand Down

0 comments on commit e6e8bf2

Please sign in to comment.