From eebb838c258a96401522ad7bfa6261c44341d6fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Jul 2025 01:33:05 +0000 Subject: [PATCH] chore(ci): bump googleapis/code-suggester from 4 to 5 Bumps [googleapis/code-suggester](https://github.com/googleapis/code-suggester) from 4 to 5. - [Release notes](https://github.com/googleapis/code-suggester/releases) - [Changelog](https://github.com/googleapis/code-suggester/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/code-suggester/compare/v4...v5) --- updated-dependencies: - dependency-name: googleapis/code-suggester dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/comment-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment-pr.yml b/.github/workflows/comment-pr.yml index 71d28c3..cf926df 100644 --- a/.github/workflows/comment-pr.yml +++ b/.github/workflows/comment-pr.yml @@ -52,7 +52,7 @@ jobs: rm pr_number.txt # Post suggestions as a comment on the PR - - uses: googleapis/code-suggester@v4 + - uses: googleapis/code-suggester@v5 with: command: review pull_number: ${{ env.PR_NUMBER }}