From 3e4389fa4f5a8521f8dfbd8b3a2fe9710963b91e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 18:16:14 +0000 Subject: [PATCH] Bump actions/github-script from 6 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-bp.yml | 2 +- .github/workflows/iac.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-bp.yml b/.github/workflows/docker-bp.yml index 3e5345a3..2e8f4487 100644 --- a/.github/workflows/docker-bp.yml +++ b/.github/workflows/docker-bp.yml @@ -91,7 +91,7 @@ jobs: EXECUTIONLOG="${EXECUTIONLOG//$'\r'/'%0D'}" echo "::set-output name=container-logs::$EXECUTIONLOG" - name: Update Pull Request - uses: actions/github-script@v6 + uses: actions/github-script@v7 if: github.event_name == 'pull_request' && github.event.inputs.PR_MESSAGE == true env: LOGPRINT: "${{ steps.test.outputs.container-logs }}" diff --git a/.github/workflows/iac.yml b/.github/workflows/iac.yml index 0288fa77..3a0edc28 100644 --- a/.github/workflows/iac.yml +++ b/.github/workflows/iac.yml @@ -186,7 +186,7 @@ jobs: run: exit 1 - name: Update Pull Request - uses: actions/github-script@v6 + uses: actions/github-script@v7 if: github.event_name == 'pull_request' env: PLANPRINT: "terraform\n${{ steps.read.outputs.content }}"