From 5baa2a10d666e4f812cc7ed64a1d9d55bc92e843 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:04:13 +0000 Subject: [PATCH] chore(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/topic-commenter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/topic-commenter.yml b/.github/workflows/topic-commenter.yml index 20de9eb1b59e..f9e30dca9ab6 100644 --- a/.github/workflows/topic-commenter.yml +++ b/.github/workflows/topic-commenter.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Comment on PR with topic info - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: