From e30d9c1fef399386def436d1b131de6af35c36c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 16:03:09 +0000 Subject: [PATCH] Bump actions/github-script from 4 to 5 Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 5. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/binder-on-pr.yml | 2 +- .github/workflows/pr_benchmark_reaction.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/binder-on-pr.yml b/.github/workflows/binder-on-pr.yml index dcd80fd12..4f73508e5 100644 --- a/.github/workflows/binder-on-pr.yml +++ b/.github/workflows/binder-on-pr.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: comment on PR with Binder link - uses: actions/github-script@v4 + uses: actions/github-script@v5 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | diff --git a/.github/workflows/pr_benchmark_reaction.yml b/.github/workflows/pr_benchmark_reaction.yml index eb51ba0f8..f9c93a6e1 100644 --- a/.github/workflows/pr_benchmark_reaction.yml +++ b/.github/workflows/pr_benchmark_reaction.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@v5 with: script: | var artifacts = await github.actions.listWorkflowRunArtifacts({