From e7c391fbb46f3dada77a11577771710601d7fba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 19:37:15 +0000 Subject: [PATCH] Bump actions/github-script from 3.1.0 to 6.4.1 Bumps [actions/github-script](https://github.com/actions/github-script) from 3.1.0 to 6.4.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3.1.0...v6.4.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/update_dependabot_bundler_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_dependabot_bundler_pr.yml b/.github/workflows/update_dependabot_bundler_pr.yml index 0daa9f9..2067da0 100644 --- a/.github/workflows/update_dependabot_bundler_pr.yml +++ b/.github/workflows/update_dependabot_bundler_pr.yml @@ -22,7 +22,7 @@ jobs: contents: write steps: - name: Download pr changes - uses: actions/github-script@v3.1.0 + uses: actions/github-script@v6.4.1 with: script: | var artifacts = await github.actions.listWorkflowRunArtifacts({