From fce9522133c23072b273a34821f19139de62d703 Mon Sep 17 00:00:00 2001 From: Shouichi Kamiya Date: Mon, 21 Feb 2022 09:22:01 +0900 Subject: [PATCH] Update actions/github-script to v6 in README --- 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 }}"