From 6f35cf6483eb3e54a062002173fc3bb49d791859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 19:07:40 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 6 to 7 (#3289) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/commentBenchResult.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/commentBenchResult.yml b/.github/workflows/commentBenchResult.yml index 6476129ce..7000371c6 100644 --- a/.github/workflows/commentBenchResult.yml +++ b/.github/workflows/commentBenchResult.yml @@ -17,7 +17,7 @@ jobs: with: deno-version: v1.x - name: Download Commit Data Artifact - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({ @@ -41,7 +41,7 @@ jobs: run: unzip commitData.zip - name: Download Result Artifact - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({ @@ -73,7 +73,7 @@ jobs: echo "EOF" >> $GITHUB_ENV - name: "Comment on PR" - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |