From 15b8c60d01b4fe313ba856b4329226275b5b3f13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 06:09:16 +0000 Subject: [PATCH] Bump actions/github-script from 3 to 5.1.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 5.1.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3...v5.1.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... 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..98b27b6 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@v5.1.0 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@v5.1.0 if: github.event_name == 'pull_request' env: PLAN: "terraform\n${{ steps.plan.outputs.stdout }}"