From b7c07db383853b4df9bc228a0391d2a8cb6fa483 Mon Sep 17 00:00:00 2001 From: anthony Date: Sat, 27 Apr 2024 08:40:57 -0400 Subject: [PATCH] bump `actions/github-script` from `@v6` to `@v7` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfe9dbf..8034201 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ steps: run: terraform plan -no-color continue-on-error: true -- uses: actions/github-script@v6 +- uses: actions/github-script@v7 if: github.event_name == 'pull_request' env: PLAN: "terraform\n${{ steps.plan.outputs.stdout }}"