From 96784e4df3f8101b7c93d8620f6f8491d78a3e4a Mon Sep 17 00:00:00 2001 From: Shouichi Kamiya Date: Fri, 4 Mar 2022 09:45:07 +0900 Subject: [PATCH] Update actions/github-script to v6 in README (#148) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2754eb8..1c3e4ed 100644 --- a/README.md +++ b/README.md @@ -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 }}"