From 964714a983af898d8377718806ae009990f77048 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 06:13:14 +0000 Subject: [PATCH] workflows: 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/call-run-integration-test.yaml | 2 +- .github/workflows/pr-perf-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/call-run-integration-test.yaml b/.github/workflows/call-run-integration-test.yaml index 31684730442..facff7fe4f9 100644 --- a/.github/workflows/call-run-integration-test.yaml +++ b/.github/workflows/call-run-integration-test.yaml @@ -101,7 +101,7 @@ jobs: working-directory: terraform 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 }}" diff --git a/.github/workflows/pr-perf-test.yaml b/.github/workflows/pr-perf-test.yaml index 52b73799471..e94f1cbf31e 100644 --- a/.github/workflows/pr-perf-test.yaml +++ b/.github/workflows/pr-perf-test.yaml @@ -59,7 +59,7 @@ jobs: shell: bash working-directory: output - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 if: github.event_name == 'pull_request' env: REPORT: "Plots\n${{ steps.report.outputs.report }}"