From 4877957952174f94e8d10832e9d0d5faa8c36a49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 04:54:28 +0000 Subject: [PATCH] Bump actions/github-script from 7 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...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/repro-bug.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/repro-bug.yml b/.github/workflows/repro-bug.yml index b116ee75..cd1c91f3 100644 --- a/.github/workflows/repro-bug.yml +++ b/.github/workflows/repro-bug.yml @@ -51,7 +51,7 @@ jobs: steps: - name: Resolve target context id: target - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const isDispatch = context.eventName === 'workflow_dispatch'; @@ -220,7 +220,7 @@ jobs: - name: Comment on issue or PR with artifact link if: always() - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const runUrl =