From 2a7b8e88dfecd934cd2a8309d96a35f92d6cbcea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 13:44:49 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 8 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-copilot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-copilot.yml b/.github/workflows/auto-copilot.yml index f8f4b00..be4f91e 100644 --- a/.github/workflows/auto-copilot.yml +++ b/.github/workflows/auto-copilot.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Mark PR as ready for review if: github.event.pull_request.draft - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | await github.graphql(` @@ -33,7 +33,7 @@ jobs: run: sleep 30 - name: Approve pending workflow runs - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const { data: runs } = await github.rest.actions.listWorkflowRunsForRepo({