Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 21, 2021
1 parent 004e436 commit 13efefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: terraform plan -no-color ./Infrastructure/terraform
continue-on-error: true
- name: Update Pull Request
uses: actions/github-script@v3.1.1
uses: actions/github-script@v4.0.0
if: github.event_name == 'pull_request'
env:
PLAN: "terraform\n${{ steps.terraform_plan.outputs.stdout }}"
Expand Down

0 comments on commit 13efefe

Please sign in to comment.