From 1d5cefede04023104e088a800e3545dc69ba7795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 18:13:40 +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-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 }}