From bfcffc145e514231af96a9e3f6db935bb1d25c8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 15:42:46 -0500 Subject: [PATCH] Bump actions/github-script from 6 to 7 (#4861) Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- 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/create-docs-issues.yml | 2 +- .github/workflows/publish-check-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-docs-issues.yml b/.github/workflows/create-docs-issues.yml index 8566752c2a0..42933c20ace 100644 --- a/.github/workflows/create-docs-issues.yml +++ b/.github/workflows/create-docs-issues.yml @@ -17,7 +17,7 @@ jobs: - name: Create Issues id: create-issues - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.DOCS_ISSUES_PAT }} script: | diff --git a/.github/workflows/publish-check-ci.yml b/.github/workflows/publish-check-ci.yml index bbd319a5fa3..854f66ec53e 100644 --- a/.github/workflows/publish-check-ci.yml +++ b/.github/workflows/publish-check-ci.yml @@ -18,7 +18,7 @@ jobs: # Unfortunately, the official actions/download-artifact action is very limited in scope. # Can't use it yet in this context, https://github.com/actions/download-artifact/issues/60 - name: Download artifact - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | var artifacts = await github.rest.actions.listWorkflowRunArtifacts({