From 461e2b832e4251512a2a5cd24e560b9a1da82df2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 08:40:11 -0700 Subject: Bump actions/github-script from 4.0.2 to 5 (#2589) Bumps [actions/github-script](https://github.com/actions/github-script) from 4.0.2 to 5. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4.0.2...v5) --- 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/pr-review-companion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/pr-review-companion.yml') diff --git a/.github/workflows/pr-review-companion.yml b/.github/workflows/pr-review-companion.yml index e6fe7a5b96..5424f2ae70 100644 --- a/.github/workflows/pr-review-companion.yml +++ b/.github/workflows/pr-review-companion.yml @@ -25,7 +25,7 @@ jobs: steps: - name: 'Download artifact' - uses: actions/github-script@v4.0.2 + uses: actions/github-script@v5 with: script: | var artifacts = await github.actions.listWorkflowRunArtifacts({ -- cgit v1.2.3-54-g00ecf