From e966470ba0cc6f1d443e83bf96da94a2c0e8be31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 06:12:55 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 4.1 to 6.3.3 Bumps [actions/github-script](https://github.com/actions/github-script) from 4.1 to 6.3.3. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4.1...v6.3.3) --- 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..48e664c6bf40743 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.3 with: script: | var artifacts = await github.actions.listWorkflowRunArtifacts({