From a29f8fd8c61fe7a599dc6620389d917074e1c5cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 08:14:45 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' 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 f5d1dc815678..20de9eb1b59e 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@v7 + uses: actions/github-script@v8 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: