Skip to content

Commit

Permalink
Update actions/github-script to v6 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
shouichi authored and jpogran committed Mar 4, 2022
1 parent b11809b commit fce9522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -106,7 +106,7 @@ steps:
run: terraform plan -no-color
continue-on-error: true

- uses: actions/github-script@v5
- uses: actions/github-script@v6
if: github.event_name == 'pull_request'
env:
PLAN: "terraform\n${{ steps.plan.outputs.stdout }}"
Expand Down

0 comments on commit fce9522

Please sign in to comment.