From 06578c3f42ba09587d081cd95b2371b10319269e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 06:14:23 +0000 Subject: [PATCH] Bump actions/github-script from 3 to 4.0.2 Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 4.0.2. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3...v4.0.2) Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 203b021..37ef379 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -261,7 +261,7 @@ jobs: run: terraform plan -no-color continue-on-error: true - - uses: actions/github-script@v3 + - uses: actions/github-script@v4.0.2 if: github.event_name == 'pull_request' env: PLAN: "terraform\n${{ steps.plan.outputs.stdout }}" @@ -373,7 +373,7 @@ jobs: ARM_SUBSCRIPTION_ID: ${{secrets.ARM_SUBSCRIPTION_ID}} ARM_TENANT_ID: ${{secrets.ARM_TENANT_ID}} - - uses: actions/github-script@v3 + - uses: actions/github-script@v4.0.2 if: github.event_name == 'pull_request' env: PLAN: "terraform\n${{ steps.plan.outputs.stdout }}"