Update actions/github-script to v6 in README

This commit is contained in:
Shouichi Kamiya 2022-02-21 09:22:01 +09:00 committed by James Pogran
parent b11809b830
commit fce9522133

View file

@ -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 }}"