From a95e06740db12f817ef850ad7aed22a4a679e06a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 19:56:45 +0000 Subject: [PATCH] Bump actions/github-script from 3.1.0 to 7.0.1 Bumps [actions/github-script](https://github.com/actions/github-script) from 3.1.0 to 7.0.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3.1...v7.0.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CommentPR.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CommentPR.yml b/.github/workflows/CommentPR.yml index 043113f..f4a0407 100644 --- a/.github/workflows/CommentPR.yml +++ b/.github/workflows/CommentPR.yml @@ -17,7 +17,7 @@ jobs: github.event.workflow_run.conclusion == 'success' steps: - name: 'Download artifact' - uses: actions/github-script@v3.1.0 + uses: actions/github-script@v7.0.1 with: script: | var artifacts = await github.actions.listWorkflowRunArtifacts({ @@ -39,7 +39,7 @@ jobs: - run: unzip pr.zip - name: 'Comment on PR' - uses: actions/github-script@v6 + uses: actions/github-script@v7.0.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |