From 2415cee87473533f539a6b15b680c664ec8455d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 19:19:50 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 4.1 to 6.3.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 4.1 to 6.3.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4.1...v6.3.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-review-companion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-review-companion.yml b/.github/workflows/pr-review-companion.yml index c3676f2c1219b79..1b2e1cfe1bf880b 100644 --- a/.github/workflows/pr-review-companion.yml +++ b/.github/workflows/pr-review-companion.yml @@ -21,7 +21,7 @@ jobs: steps: - name: 'Download artifact' - uses: actions/github-script@v4.1 + uses: actions/github-script@v6.3.0 with: script: | var artifacts = await github.actions.listWorkflowRunArtifacts({